49872f590265c4dd76b8686d1233d2b2774b16a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testRestProtocolForm() : void renamed to private internalTestRestForm(authenticator Authenticator) : void in class org.pac4j.cas.client.direct.CasRestClientIT | From | To | |
Push Down Method | 3 | ||
Push Down Method public CasRestBasicAuthClient() from class org.pac4j.cas.client.direct.CasRestBasicAuthClient to public CasRestBasicAuthClient() from class org.pac4j.cas.client.rest.CasRestBasicAuthClient | From | To | |
Push Down Method public AbstractCasRestClient() from class org.pac4j.cas.client.direct.AbstractCasRestClient to public CasRestBasicAuthClient() from class org.pac4j.cas.client.rest.CasRestBasicAuthClient | From | To | |
Push Down Method public AbstractCasRestClient() from class org.pac4j.cas.client.direct.AbstractCasRestClient to public CasRestFormClient() from class org.pac4j.cas.client.rest.CasRestFormClient | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type authenticator : CasRestAuthenticator to authenticator : Authenticator in method public AbstractCasRestClient(authenticator Authenticator) in class org.pac4j.cas.client.direct.AbstractCasRestClient | From | To | |
Change Parameter Type authenticator : CasRestAuthenticator to authenticator : Authenticator in method public CasRestBasicAuthClient(authenticator Authenticator, headerName String, prefixHeader String) in class org.pac4j.cas.client.direct.CasRestBasicAuthClient | From | To | |
Change Parameter Type authenticator : CasRestAuthenticator to authenticator : Authenticator in method public CasRestBasicAuthClient(authenticator Authenticator) in class org.pac4j.cas.client.direct.CasRestBasicAuthClient | From | To |