|
Change Parameter Type usernamePasswordAuthenticator : UsernamePasswordAuthenticator to usernamePasswordAuthenticator : Authenticator in method public DirectBasicAuthClient(usernamePasswordAuthenticator Authenticator) in class org.pac4j.http.client.direct.DirectBasicAuthClient |
From |
To |
|
Change Parameter Type usernamePasswordAuthenticator : UsernamePasswordAuthenticator to usernamePasswordAuthenticator : Authenticator in method public FormClient(loginUrl String, usernamePasswordAuthenticator Authenticator) in class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Change Parameter Type tokenAuthenticator : TokenAuthenticator to tokenAuthenticator : Authenticator in method public IpClient(tokenAuthenticator Authenticator) in class org.pac4j.http.client.direct.IpClient |
From |
To |
|
Change Parameter Type tokenAuthenticator : TokenAuthenticator to tokenAuthenticator : Authenticator in method public HeaderClient(headerName String, tokenAuthenticator Authenticator) in class org.pac4j.http.client.direct.HeaderClient |
From |
To |
|
Change Parameter Type cookieAuthenticator : TokenAuthenticator to cookieAuthenticator : Authenticator in method public CookieClient(cookieName String, cookieAuthenticator Authenticator) in class org.pac4j.http.client.direct.CookieClient |
From |
To |
|
Change Parameter Type tokenAuthenticator : TokenAuthenticator to tokenAuthenticator : Authenticator in method public HeaderClient(headerName String, prefixHeader String, tokenAuthenticator Authenticator) in class org.pac4j.http.client.direct.HeaderClient |
From |
To |
|
Change Parameter Type usernamePasswordAuthenticator : UsernamePasswordAuthenticator to usernamePasswordAuthenticator : Authenticator in method public FormClient(loginUrl String, usernameParameter String, passwordParameter String, usernamePasswordAuthenticator Authenticator) in class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Change Parameter Type usernamePasswordAuthenticator : UsernamePasswordAuthenticator to usernamePasswordAuthenticator : Authenticator in method public DirectFormClient(usernamePasswordAuthenticator Authenticator) in class org.pac4j.http.client.direct.DirectFormClient |
From |
To |
|
Change Parameter Type tokenAuthenticator : TokenAuthenticator to tokenAuthenticator : Authenticator in method public ParameterClient(parameterName String, tokenAuthenticator Authenticator) in class org.pac4j.http.client.direct.ParameterClient |
From |
To |
|
Change Parameter Type usernamePasswordAuthenticator : UsernamePasswordAuthenticator to usernamePasswordAuthenticator : Authenticator in method public IndirectBasicAuthClient(usernamePasswordAuthenticator Authenticator) in class org.pac4j.http.client.indirect.IndirectBasicAuthClient |
From |
To |
|
Change Parameter Type usernamePasswordAuthenticator : UsernamePasswordAuthenticator to usernamePasswordAuthenticator : Authenticator in method public IndirectBasicAuthClient(realmName String, usernamePasswordAuthenticator Authenticator) in class org.pac4j.http.client.indirect.IndirectBasicAuthClient |
From |
To |