| Package | Description |
|---|---|
| org.pac4j.http.client.direct | |
| org.pac4j.http.client.indirect | |
| org.pac4j.http.profile | |
| org.pac4j.http.profile.creator |
| Modifier and Type | Method and Description |
|---|---|
ProfileCreator<C,CommonProfile> |
DirectHttpClient.getProfileCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectHttpClient.setProfileCreator(ProfileCreator<C,CommonProfile> profileCreator) |
| Constructor and Description |
|---|
CookieClient(TokenAuthenticator cookieAuthenticator,
ProfileCreator profileCreator) |
DirectBasicAuthClient(UsernamePasswordAuthenticator usernamePasswordAuthenticator,
ProfileCreator profileCreator) |
DirectFormClient(UsernamePasswordAuthenticator usernamePasswordAuthenticator,
ProfileCreator profileCreator) |
HeaderClient(TokenAuthenticator tokenAuthenticator,
ProfileCreator profileCreator) |
IpClient(TokenAuthenticator tokenAuthenticator,
ProfileCreator profileCreator) |
ParameterClient(String parameterName,
TokenAuthenticator tokenAuthenticator,
ProfileCreator profileCreator) |
| Modifier and Type | Method and Description |
|---|---|
ProfileCreator<C,HttpProfile> |
IndirectHttpClient.getProfileCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndirectHttpClient.setProfileCreator(ProfileCreator<C,HttpProfile> profileCreator) |
| Constructor and Description |
|---|
FormClient(String loginUrl,
UsernamePasswordAuthenticator usernamePasswordAuthenticator,
ProfileCreator profileCreator) |
IndirectBasicAuthClient(UsernamePasswordAuthenticator usernamePasswordAuthenticator,
ProfileCreator profileCreator) |
| Modifier and Type | Class and Description |
|---|---|
class |
UsernameProfileCreator
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatorProfileCreator<C extends HttpCredentials,P extends UserProfile>
This profile creator retrieves the user profile attached with the
HttpCredentials. |
Copyright © 2016. All Rights Reserved.