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