52761357435e175f792d66039020442fb6e23171
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public discoverIdentityProvider(email String, model Model) : String renamed to private goToPasswordPage(email String, model Model) : String in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpoint | From | To | |
Inline Variable | 1 | ||
Inline Variable idp : AbstractIdentityProviderDefinition in method private login(model Model, principal Principal, excludedPrompts List<String>, jsonResponse boolean, request HttpServletRequest) : String from class org.cloudfoundry.identity.uaa.login.LoginInfoEndpoint | From | To | |
Extract Method | 2 | ||
Extract Method private redirectToExternalProvider(idpForRedirect AbstractIdentityProviderDefinition, alias String, request HttpServletRequest) : String extracted from private login(model Model, principal Principal, excludedPrompts List<String>, jsonResponse boolean, request HttpServletRequest) : String in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpoint | From | To | |
Extract Method private getSavedRequest(client BaseClientDetails) : SavedRequest extracted from public idpDiscoveryClientNameDisplayed() : void in class org.cloudfoundry.identity.uaa.login.LoginMockMvcTests | From | To |