8933f8e405ec293eb5841a25880bf9b33f4be06c
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 23
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getClientCredentialsTempate(details ClientCredentialsResourceDetails) : RestTemplate renamed to public getClientCredentialsTemplate(details ClientCredentialsResourceDetails) : RestTemplate in class org.cloudfoundry.identity.uaa.integration.util.IntegrationTestUtils | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public getHttpClient() : HttpClient from class org.cloudfoundry.identity.uaa.integration.util.IntegrationTestUtils.StatelessRequestFactory to public getHttpClient() : HttpClient from class org.cloudfoundry.identity.uaa.integration.util.IntegrationTestUtils.HttpRequestFactory | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type userAttributes : Map<String,String> to userAttributes : MultiValueMap<String,String> in method protected getUser(principal UaaPrincipal, userAttributes MultiValueMap<String,String>) : UaaUser in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProvider | From | To | |
| Change Parameter Type userAttributes : Map<String,String> to userAttributes : MultiValueMap<String,String> in method protected createIfMissing(samlPrincipal UaaPrincipal, addNew boolean, authorities Collection<? extends GrantedAuthority>, userAttributes MultiValueMap<String,String>) : UaaUser in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProvider | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Map<String,String> to MultiValueMap<String,String> in method public retrieveUserAttributes(definition SamlIdentityProviderDefinition, credential SAMLCredential) : MultiValueMap<String,String> in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProvider | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.cloudfoundry.identity.uaa.integration.util.IntegrationTestUtils.HttpRequestFactory from classes [org.cloudfoundry.identity.uaa.integration.util.IntegrationTestUtils.StatelessRequestFactory] | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type userAttributes : Map<String,String> to userAttributes : MultiValueMap<String,String> in method public authenticate(authentication Authentication) : Authentication in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProvider | From | To | |
| Change Variable Type userAttributes : Map<String,String> to userAttributes : MultiValueMap<String,String> in method public retrieveUserAttributes(definition SamlIdentityProviderDefinition, credential SAMLCredential) : MultiValueMap<String,String> in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProvider | From | To | |
| Extract Method | 1 | ||
| Extract Method public getAuthorizationCodeTokenMap(serverRunning ServerRunning, testAccounts UaaTestAccounts, clientId String, clientSecret String, username String, password String, tokenResponseType String, jSessionId String, redirectUri String, callCheckToken boolean) : Map<String,String> extracted from public getAuthorizationCodeTokenMap(serverRunning ServerRunning, testAccounts UaaTestAccounts, clientId String, clientSecret String, username String, password String) : Map<String,String> in class org.cloudfoundry.identity.uaa.integration.util.IntegrationTestUtils | From | To |