44f9dd234953051d980ca38e5d7f41e5c8980713
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 3 | ||
Move And Rename Method protected retrieveCredentials(context WebContext) : CasCredentials from class org.pac4j.cas.client.CasClient to public extract(context WebContext) : CasCredentials from class org.pac4j.cas.credentials.extractor.TicketExtractor | From | To | |
Move And Rename Method protected retrieveUserProfile(credentials CasCredentials, context WebContext) : CasProfile from class org.pac4j.cas.client.CasClient to public validate(credentials CasCredentials, context WebContext) : void from class org.pac4j.cas.credentials.authenticator.CasAuthenticator | From | To | |
Move And Rename Method protected retrieveRedirectAction(context WebContext) : RedirectAction from class org.pac4j.cas.client.CasClient to public redirect(context WebContext) : RedirectAction from class org.pac4j.cas.redirect.CasLoginRedirectActionBuilder | From | To | |
Change Return Type | 1 | ||
Change Return Type CasProfile to void in method public validate(credentials CasCredentials, context WebContext) : void in class org.pac4j.cas.credentials.authenticator.CasAuthenticator | From | To | |
Move Attribute | 2 | ||
Move Attribute protected SERVICE_PARAMETER : String from class org.pac4j.cas.client.CasClient to protected SERVICE_PARAMETER : String from class org.pac4j.cas.redirect.CasLoginRedirectActionBuilder | From | To | |
Move Attribute protected logger : Logger from class org.pac4j.cas.client.CasClient to private logger : Logger from class org.pac4j.cas.redirect.CasLoginRedirectActionBuilder | From | To | |
Extract Class | 1 | ||
Extract Class org.pac4j.cas.redirect.CasLoginRedirectActionBuilder from class org.pac4j.cas.client.CasClient | From | To |