| Class | Description |
|---|---|
| CookieClient |
Allows direct authentication based on a cookie.
|
| DirectBasicAuthClient |
This class is the client to authenticate users directly through HTTP basic auth.
|
| DirectBearerAuthClient |
This class is the client to authenticate users directly through RFC 6750 HTTP bearer authentication.
|
| DirectDigestAuthClient |
This class is the client to authenticate users directly through HTTP digest auth.
|
| DirectFormClient |
This class is the client to authenticate users, based on form HTTP parameters.
|
| 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).
|
| X509Client |
Direct client for X509 certificates.
|
Copyright © 2019. All Rights Reserved.