| Package | Description |
|---|---|
| org.pac4j.http.client.direct |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousClient
Anonymous client.
|
class |
CookieClient
Allows direct authentication based on a cookie.
|
class |
DirectBasicAuthClient
This class is the client to authenticate users directly through HTTP basic auth.
|
class |
DirectFormClient
This class is the client to authenticate users, based on form HTTP parameters.
|
class |
HeaderClient
This class is the client to authenticate users directly based on a provided header.
|
class |
IpClient
This class is the client to authenticate users directly based on their IP address.
|
class |
ParameterClient
This class is the client to authenticate users directly based on a provided parameter (in a GET and/or POST request).
|
| Modifier and Type | Method and Description |
|---|---|
DirectHttpClient<C> |
DirectHttpClient.clone() |
protected DirectHttpClient<UsernamePasswordCredentials> |
DirectFormClient.newClient() |
Copyright © 2016. All Rights Reserved.