|
Move Method public setPrefixHeader(prefixHeader String) : void from class org.pac4j.cas.client.direct.CasRestBasicAuthClient to public setPrefixHeader(prefixHeader String) : void from class org.pac4j.cas.client.rest.CasRestBasicAuthClient |
From |
To |
|
Move Method protected retrieveCredentials(context WebContext) : UsernamePasswordCredentials from class org.pac4j.http.client.indirect.IndirectFormClient to protected retrieveCredentials(context WebContext) : UsernamePasswordCredentials from class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Move Method public toString() : String from class org.pac4j.http.client.indirect.IndirectFormClient to public toString() : String from class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Move Method public getPrefixHeader() : String from class org.pac4j.cas.client.direct.CasRestBasicAuthClient to public getPrefixHeader() : String from class org.pac4j.cas.client.rest.CasRestBasicAuthClient |
From |
To |
|
Move Method public getPasswordParameter() : String from class org.pac4j.cas.client.direct.CasRestFormClient to public getPasswordParameter() : String from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Move Method public CasRestFormClient(authenticator Authenticator, usernameParameter String, passwordParameter String) from class org.pac4j.cas.client.direct.CasRestFormClient to public CasRestFormClient(casServerPrefixUrl String, usernameParameter String, passwordParameter String) from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Move Method public CasRestBasicAuthClient(authenticator Authenticator, headerName String, prefixHeader String) from class org.pac4j.cas.client.direct.CasRestBasicAuthClient to public CasRestBasicAuthClient(casServerPrefixUrl String, headerName String, prefixHeader String) from class org.pac4j.cas.client.rest.CasRestBasicAuthClient |
From |
To |
|
Move Method protected internalInit(context WebContext) : void from class org.pac4j.cas.client.direct.CasRestBasicAuthClient to protected internalInit(context WebContext) : void from class org.pac4j.cas.client.rest.CasRestBasicAuthClient |
From |
To |
|
Move Method protected internalInit(context WebContext) : void from class org.pac4j.http.client.indirect.IndirectFormClient to protected internalInit(context WebContext) : void from class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Move Method public setUsernameParameter(usernameParameter String) : void from class org.pac4j.cas.client.direct.CasRestFormClient to public setUsernameParameter(usernameParameter String) : void from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Move Method public setPasswordParameter(passwordParameter String) : void from class org.pac4j.http.client.indirect.IndirectFormClient to public setPasswordParameter(passwordParameter String) : void from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Move Method public getPasswordParameter() : String from class org.pac4j.http.client.indirect.IndirectFormClient to public getPasswordParameter() : String from class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Move Method public CasRestBasicAuthClient(authenticator Authenticator) from class org.pac4j.cas.client.direct.CasRestBasicAuthClient to public CasRestBasicAuthClient(authenticator Authenticator) from class org.pac4j.cas.client.rest.CasRestBasicAuthClient |
From |
To |
|
Move Method public toString() : String from class org.pac4j.cas.client.direct.CasRestBasicAuthClient to public toString() : String from class org.pac4j.cas.client.rest.CasRestBasicAuthClient |
From |
To |
|
Move Method public getUsernameParameter() : String from class org.pac4j.cas.client.direct.CasRestFormClient to public getUsernameParameter() : String from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Move Method public getUsernameParameter() : String from class org.pac4j.http.client.indirect.IndirectFormClient to public getUsernameParameter() : String from class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Move Method public toString() : String from class org.pac4j.cas.client.direct.CasRestFormClient to public toString() : String from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Move Method public setHeaderName(headerName String) : void from class org.pac4j.cas.client.direct.CasRestBasicAuthClient to public setHeaderName(headerName String) : void from class org.pac4j.cas.client.rest.CasRestBasicAuthClient |
From |
To |
|
Move Method public setLoginUrl(loginUrl String) : void from class org.pac4j.http.client.indirect.IndirectFormClient to public setLoginUrl(loginUrl String) : void from class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Move Method public setUsernameParameter(usernameParameter String) : void from class org.pac4j.http.client.indirect.IndirectFormClient to public setUsernameParameter(usernameParameter String) : void from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Move Method public getHeaderName() : String from class org.pac4j.cas.client.direct.CasRestBasicAuthClient to public getHeaderName() : String from class org.pac4j.cas.client.rest.CasRestBasicAuthClient |
From |
To |
|
Move Method public getLoginUrl() : String from class org.pac4j.http.client.indirect.IndirectFormClient to public getLoginUrl() : String from class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Move Method protected internalInit(context WebContext) : void from class org.pac4j.cas.client.direct.CasRestFormClient to protected internalInit(context WebContext) : void from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Move Method public setPasswordParameter(passwordParameter String) : void from class org.pac4j.cas.client.direct.CasRestFormClient to public setPasswordParameter(passwordParameter String) : void from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Move Method protected computeErrorMessage(e TechnicalException) : String from class org.pac4j.http.client.indirect.IndirectFormClient to protected computeErrorMessage(e TechnicalException) : String from class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Move Method public CasRestFormClient(authenticator Authenticator) from class org.pac4j.cas.client.direct.CasRestFormClient to public CasRestFormClient(authenticator Authenticator) from class org.pac4j.cas.client.rest.CasRestFormClient |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testMissingUsernamePasswordAuthenticator() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testGetCredentialsMissingPassword() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testRedirectionUrl() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type client : IndirectFormClient to client : FormClient in method private getFormClient() : FormClient in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testGetUserProfile() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testGetCredentialsMissingUsername() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testHasDefaultProfileCreator() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testGetRightCredentials() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testMissingLoginUrl() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testGetCredentials() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |
|
Change Variable Type formClient : IndirectFormClient to formClient : FormClient in method public testMissingProfileCreator() : void in class org.pac4j.http.client.indirect.FormClientTests |
From |
To |