|
Move Method public setAuthenticator(authenticator Authenticator<C>) : void from class org.pac4j.core.client.BaseClient to public setAuthenticator(authenticator Authenticator<C>) : void from class org.pac4j.http.client.DirectHttpClient |
From |
To |
|
Move Method protected isDirectRedirection() : boolean from class org.pac4j.http.client.AbstractHeaderClient to protected isDirectRedirection() : boolean from class org.pac4j.http.client.BasicAuthClient |
From |
To |
|
Move Method protected retrieveCredentials(context WebContext) : C from class org.pac4j.http.client.AbstractHeaderClient to protected retrieveCredentials(context WebContext) : UsernamePasswordCredentials from class org.pac4j.http.client.BasicAuthClient |
From |
To |
|
Move Method public getAuthenticator() : Authenticator<C> from class org.pac4j.core.client.BaseClient to public getAuthenticator() : Authenticator<C> from class org.pac4j.http.client.DirectHttpClient |
From |
To |
|
Move Method protected internalInit() : void from class org.pac4j.http.client.BaseHttpClient to protected internalInit() : void from class org.pac4j.core.client.MockBaseClient |
From |
To |
|
Change Variable Type client : BaseClient to client : IndirectClient in method public testMissingCallbackUrl() : void in class org.pac4j.core.client.ClientIT |
From |
To |
|
Change Variable Type baseClient : BaseClient to indirectClient : IndirectClient in method protected internalInit() : void in class org.pac4j.core.client.Clients |
From |
To |
|
Change Variable Type oldClient : BaseClient<Credentials,CommonProfile> to oldClient : IndirectClient<Credentials,CommonProfile> in method public testClone() : void in class org.pac4j.core.client.TestBaseClient |
From |
To |
|
Change Variable Type client : BaseClient to client : IndirectClient in method protected internalTestClone(oldClient IndirectClient) : IndirectClient in class org.pac4j.core.client.ClientIT |
From |
To |
|
Change Variable Type newClient : BaseClient<Credentials,CommonProfile> to newClient : IndirectClient<Credentials,CommonProfile> in method public testClone() : void in class org.pac4j.core.client.TestBaseClient |
From |
To |
|
Push Down Method public redirect(context WebContext, requiresAuthentication boolean, ajaxRequest boolean) : void from class org.pac4j.core.client.BaseClient to public redirect(context WebContext, requiresAuthentication boolean, ajaxRequest boolean) : void from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public getContextualCallbackUrl(context WebContext) : String from class org.pac4j.core.client.BaseClient to public getContextualCallbackUrl(context WebContext) : String from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public isEnableContextualRedirects() : boolean from class org.pac4j.core.client.BaseClient to public isEnableContextualRedirects() : boolean from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public getRedirectAction(context WebContext, requiresAuthentication boolean, ajaxRequest boolean) : RedirectAction from class org.pac4j.core.client.BaseClient to public getRedirectAction(context WebContext, requiresAuthentication boolean, ajaxRequest boolean) : RedirectAction from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method protected abstract retrieveRedirectAction(context WebContext) : RedirectAction from class org.pac4j.core.client.BaseClient to protected abstract retrieveRedirectAction(context WebContext) : RedirectAction from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public getRedirectionUrl(context WebContext) : String from class org.pac4j.core.client.BaseClient to public getRedirectionUrl(context WebContext) : String from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method protected prependHostToUrlIfNotPresent(url String, webContext WebContext) : String from class org.pac4j.core.client.BaseClient to protected prependHostToUrlIfNotPresent(url String, webContext WebContext) : String from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method protected abstract retrieveCredentials(context WebContext) : C from class org.pac4j.core.client.BaseClient to protected abstract retrieveCredentials(context WebContext) : C from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public setEnableContextualRedirects(enableContextualRedirects boolean) : void from class org.pac4j.core.client.BaseClient to public setEnableContextualRedirects(enableContextualRedirects boolean) : void from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public setIncludeClientNameInCallbackUrl(includeClientNameInCallbackUrl boolean) : void from class org.pac4j.core.client.BaseClient to public setIncludeClientNameInCallbackUrl(includeClientNameInCallbackUrl boolean) : void from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public setProfileCreator(profileCreator ProfileCreator<C,U>) : void from class org.pac4j.core.client.BaseClient to public setProfileCreator(profileCreator ProfileCreator<C,HttpProfile>) : void from class org.pac4j.http.client.IndirectHttpClient |
From |
To |
|
Push Down Method public isIncludeClientNameInCallbackUrl() : boolean from class org.pac4j.core.client.BaseClient to public isIncludeClientNameInCallbackUrl() : boolean from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public getCredentials(context WebContext) : C from class org.pac4j.core.client.BaseClient to public getCredentials(context WebContext) : C from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public setCallbackUrl(callbackUrl String) : void from class org.pac4j.core.client.BaseClient to public setCallbackUrl(callbackUrl String) : void from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public setProfileCreator(profileCreator ProfileCreator<C,U>) : void from class org.pac4j.core.client.BaseClient to public setProfileCreator(profileCreator ProfileCreator<C,HttpProfile>) : void from class org.pac4j.http.client.DirectHttpClient |
From |
To |
|
Push Down Method protected abstract isDirectRedirection() : boolean from class org.pac4j.core.client.BaseClient to protected abstract isDirectRedirection() : boolean from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method public getCallbackUrl() : String from class org.pac4j.core.client.BaseClient to public getCallbackUrl() : String from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Push Down Method protected getStateParameter(webContext WebContext) : String from class org.pac4j.core.client.BaseClient to protected getStateParameter(webContext WebContext) : String from class org.pac4j.core.client.IndirectClient |
From |
To |
|
Change Return Type BaseClient<CasCredentials,CasProfile> to IndirectClient<CasCredentials,CasProfile> in method protected newClient() : IndirectClient<CasCredentials,CasProfile> in class org.pac4j.cas.client.CasClient |
From |
To |
|
Change Return Type BaseClient<GaeUserCredentials,GaeUserServiceProfile> to IndirectClient<GaeUserCredentials,GaeUserServiceProfile> in method protected newClient() : IndirectClient<GaeUserCredentials,GaeUserServiceProfile> in class org.pac4j.gae.client.GaeUserServiceClient |
From |
To |
|
Change Return Type BaseClient<Saml2Credentials,Saml2Profile> to IndirectClient<Saml2Credentials,Saml2Profile> in method protected newClient() : IndirectClient<Saml2Credentials,Saml2Profile> in class org.pac4j.saml.client.Saml2Client |
From |
To |
|
Change Return Type BaseClient to IndirectClient in method protected internalTestClone(oldClient IndirectClient) : IndirectClient in class org.pac4j.core.client.ClientIT |
From |
To |
|
Change Return Type BaseClient<C,CommonProfile> to IndirectClient<C,CommonProfile> in method protected newClient() : IndirectClient<C,CommonProfile> in class org.pac4j.core.client.MockBaseClient |
From |
To |
|
Change Return Type C to UsernamePasswordCredentials in method protected retrieveCredentials(context WebContext) : UsernamePasswordCredentials in class org.pac4j.http.client.BasicAuthClient |
From |
To |
|
Change Return Type BaseHttpClient<UsernamePasswordCredentials> to IndirectHttpClient<UsernamePasswordCredentials> in method protected newClient() : IndirectHttpClient<UsernamePasswordCredentials> in class org.pac4j.http.client.FormClient |
From |
To |
|
Change Return Type BaseClient<CasCredentials,CasProfile> to IndirectClient<CasCredentials,CasProfile> in method protected newClient() : IndirectClient<CasCredentials,CasProfile> in class org.pac4j.cas.client.CasProxyReceptor |
From |
To |
|
Change Return Type BaseClient<OidcCredentials,OidcProfile> to IndirectClient<OidcCredentials,OidcProfile> in method protected newClient() : IndirectClient<OidcCredentials,OidcProfile> in class org.pac4j.oidc.client.OidcClient |
From |
To |