5082fb81a17d1799e0ba23ee34d726b5f96b7917
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type definition : AbstractXOAuthIdentityProviderDefinition<?> to definition : AbstractXOAuthIdentityProviderDefinition in method private getRedirectUrlForXOAuthIDP(request HttpServletRequest, alias String, definition AbstractXOAuthIdentityProviderDefinition) : String in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpoint | From | To | |
Change Return Type | 1 | ||
Change Return Type List<SamlIdentityProviderDefinition> to Map<String,SamlIdentityProviderDefinition> in method protected getSamlIdentityProviderDefinitions(allowedIdps List<String>) : Map<String,SamlIdentityProviderDefinition> in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpoint | From | To | |
Change Variable Type | 4 | ||
Change Variable Type idpDefinitions : List<SamlIdentityProviderDefinition> to idpDefinitions : Collection<SamlIdentityProviderDefinition> in method public testFilterIDPsForAuthcodeClientInOtherZone() : void in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpointTests | From | To | |
Change Variable Type idpDefinitions : List<SamlIdentityProviderDefinition> to idpDefinitions : Collection<SamlIdentityProviderDefinition> in method public testFilterIdpsWithNoSavedRequest() : void in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpointTests | From | To | |
Change Variable Type idpDefinitions : List<SamlIdentityProviderDefinition> to idpDefinitions : Collection<SamlIdentityProviderDefinition> in method public testFilterIDPsForAuthcodeClientInDefaultZone() : void in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpointTests | From | To | |
Change Variable Type idpDefinitions : List<SamlIdentityProviderDefinition> to idpDefinitions : Collection<SamlIdentityProviderDefinition> in method public testFilterIdpsForDefaultZone() : void in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpointTests | From | To | |
Extract Variable | 1 | ||
Extract Variable idpForRedirect : Map.Entry<String,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 |