| Package | Description |
|---|---|
| org.pac4j.http.credentials | |
| org.pac4j.http.credentials.authenticator | |
| org.pac4j.http.profile.creator |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousCredentials
Anonymous credentials.
|
class |
TokenCredentials
This credentials represents a token.
|
class |
UsernamePasswordCredentials
This class represents a username and a password credentials
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalCachingAuthenticator<T extends HttpCredentials>
An authenticator that caches the result of an authentication event locally.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
AuthenticatorProfileCreator.create(HttpCredentials credentials)
Create a profile from a credentials.
|
Copyright © 2016. All Rights Reserved.