8b03fac677835fbb481bc0a3ee1d2e94de0c8cae
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type credentials : Saml2Credentials to credentials : SAML2Credentials in method protected retrieveUserProfile(credentials SAML2Credentials, context WebContext) : SAML2Profile in class org.pac4j.saml.client.SAML2Client | From | To | |
Change Return Type | 4 | ||
Change Return Type Saml2Credentials to SAML2Credentials in method protected buildSaml2Credentials(context ExtendedSAMLMessageContext) : SAML2Credentials in class org.pac4j.saml.sso.impl.SAML2DefaultResponseValidator | From | To | |
Change Return Type BaseClient<Saml2Credentials,Saml2Profile> to BaseClient<SAML2Credentials,SAML2Profile> in method protected newClient() : BaseClient<SAML2Credentials,SAML2Profile> in class org.pac4j.saml.client.SAML2Client | From | To | |
Change Return Type Saml2Credentials to SAML2Credentials in method protected retrieveCredentials(wc WebContext) : SAML2Credentials in class org.pac4j.saml.client.SAML2Client | From | To | |
Change Return Type Saml2Profile to SAML2Profile in method protected retrieveUserProfile(credentials SAML2Credentials, context WebContext) : SAML2Profile in class org.pac4j.saml.client.SAML2Client | From | To | |
Rename Class | 3 | ||
Rename Class org.pac4j.saml.credentials.Saml2Credentials renamed to org.pac4j.saml.credentials.SAML2Credentials | From | To | |
Rename Class org.pac4j.saml.profile.Saml2Profile renamed to org.pac4j.saml.profile.SAML2Profile | From | To | |
Rename Class org.pac4j.saml.metadata.MetadataGenerator renamed to org.pac4j.saml.metadata.SAMLMetadataGenerator | From | To | |
Change Variable Type | 2 | ||
Change Variable Type profile : Saml2Profile to profile : SAML2Profile in method protected retrieveUserProfile(credentials SAML2Credentials, context WebContext) : SAML2Profile in class org.pac4j.saml.client.SAML2Client | From | To | |
Change Variable Type profile : Saml2Profile to profile : SAML2Profile in method protected verifyProfile(userProfile UserProfile) : void in class org.pac4j.saml.client.SAML2ClientIT | From | To |