40d2dad830347e7d0abf63ddb0804698150c4060
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getIdentityProviderDefinitions(session HttpSession) : List<IdentityProviderDefinition> renamed to public getAllowedIdps(session HttpSession) : List<String> in class org.cloudfoundry.identity.uaa.authentication.login.LoginInfoEndpoint | From | To | |
Change Return Type | 1 | ||
Change Return Type List<IdentityProviderDefinition> to List<String> in method public getAllowedIdps(session HttpSession) : List<String> in class org.cloudfoundry.identity.uaa.authentication.login.LoginInfoEndpoint | From | To | |
Extract Method | 1 | ||
Extract Method protected hasSavedOauthAuthorizeRequest(session HttpSession) : boolean extracted from private getIdentityProviderDefinitions(session HttpSession) : List<IdentityProviderDefinition> in class org.cloudfoundry.identity.uaa.authentication.login.LoginInfoEndpoint | From | To |