| Package | Description |
|---|---|
| org.pac4j.http.client.direct | |
| org.pac4j.http.credentials.authenticator | |
| org.pac4j.http.credentials.authenticator.test |
| Constructor and Description |
|---|
CookieClient(TokenAuthenticator cookieAuthenticator) |
CookieClient(TokenAuthenticator cookieAuthenticator,
ProfileCreator profileCreator) |
HeaderClient(TokenAuthenticator tokenAuthenticator) |
HeaderClient(TokenAuthenticator tokenAuthenticator,
ProfileCreator profileCreator) |
IpClient(TokenAuthenticator tokenAuthenticator) |
IpClient(TokenAuthenticator tokenAuthenticator,
ProfileCreator profileCreator) |
ParameterClient(String parameterName,
TokenAuthenticator tokenAuthenticator) |
ParameterClient(String parameterName,
TokenAuthenticator tokenAuthenticator,
ProfileCreator profileCreator) |
| Modifier and Type | Class and Description |
|---|---|
class |
IpRegexpAuthenticator
Authenticates users based on their IP and a regexp pattern.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTestTokenAuthenticator
This class is a simple test authenticator: token must not be blank.
|
Copyright © 2016. All Rights Reserved.