28b763c9aa0609e9c0148356812be1c34dec0780
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public mockAuthentication() : Authentication renamed to public mockUaaAuthentication() : UaaAuthentication in class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlTestUtils | From | To | |
Rename Method public mockAuthentication(id String) : Authentication renamed to public mockUaaAuthentication(id String) : UaaAuthentication in class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlTestUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable loginAuthenticationToken : Authentication to uaaAuthentication : UaaAuthentication in method public authenticate(authentication Authentication) : Authentication in class org.cloudfoundry.identity.uaa.provider.saml.idp.IdpSamlAuthenticationProvider | From | To | |
Change Return Type | 2 | ||
Change Return Type Authentication to UaaAuthentication in method public mockUaaAuthentication(id String) : UaaAuthentication in class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlTestUtils | From | To | |
Change Return Type Authentication to UaaAuthentication in method public mockUaaAuthentication() : UaaAuthentication in class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlTestUtils | From | To | |
Change Variable Type | 2 | ||
Change Variable Type authentication : Authentication to authentication : UaaAuthentication in method public mockUaaAuthentication(id String) : UaaAuthentication in class org.cloudfoundry.identity.uaa.provider.saml.idp.SamlTestUtils | From | To | |
Change Variable Type loginAuthenticationToken : Authentication to uaaAuthentication : UaaAuthentication in method public authenticate(authentication Authentication) : Authentication in class org.cloudfoundry.identity.uaa.provider.saml.idp.IdpSamlAuthenticationProvider | From | To |