4bac78608e4973ab4a7a5aa71b471cf863525b16
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public initalize() : void renamed to public initialize() : void in class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlTestUtils | From | To | |
| Move Method | 1 | ||
| Move Method private wrapAssertionIntoResponse(assertion Assertion, assertionIssuer String) : Response from class org.cloudfoundry.identity.uaa.oauth.token.Saml2TokenGranter to public wrapAssertionIntoResponse(assertion Assertion, assertionIssuer String) : Response from class org.cloudfoundry.identity.uaa.provider.saml.SamlRedirectUtils | From | To | |
| Rename Variable | 1 | ||
| Rename Variable result : UsernamePasswordAuthenticationToken to credentials : UsernamePasswordAuthenticationToken in method protected extractCredentials(request HttpServletRequest) : Authentication in class org.cloudfoundry.identity.uaa.authentication.BackwardsCompatibleTokenEndpointAuthenticationFilter | From | To | |
| Extract Method | 2 | ||
| Extract Method public initializeSimple() : void extracted from public initalize() : void in class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlTestUtils | From | To | |
| Extract Method protected extractCredentials(request HttpServletRequest, response HttpServletResponse) : Authentication extracted from public doFilter(req ServletRequest, res ServletResponse, chain FilterChain) : void in class org.cloudfoundry.identity.uaa.authentication.BackwardsCompatibleTokenEndpointAuthenticationFilter | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public createLocalSamlIdpDefinition(alias String, zoneId String, idpMetaData String) : SamlIdentityProviderDefinition extracted from public createLocalSamlIdpDefinition(alias String, zoneId String) : SamlIdentityProviderDefinition in class org.cloudfoundry.identity.uaa.integration.feature.SamlLoginWithLocalIdpIT & moved to class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlTestUtils | From | To |