| Package | Description |
|---|---|
| org.pac4j.core.client | |
| org.pac4j.core.credentials.authenticator | |
| org.pac4j.core.profile.service |
| Modifier and Type | Method and Description |
|---|---|
Authenticator<C> |
BaseClient.getAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseClient.defaultAuthenticator(Authenticator<C> authenticator) |
void |
BaseClient.setAuthenticator(Authenticator<C> authenticator) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalCachingAuthenticator<T extends Credentials>
An authenticator that caches the result of an authentication event locally.
|
| Modifier and Type | Method and Description |
|---|---|
Authenticator<T> |
LocalCachingAuthenticator.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalCachingAuthenticator.setDelegate(Authenticator<T> delegate) |
| Constructor and Description |
|---|
LocalCachingAuthenticator(Authenticator<T> delegate,
int cacheSize,
int timeout,
TimeUnit timeUnit) |
LocalCachingAuthenticator(Authenticator<T> delegate,
Store<T,CommonProfile> store) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProfileService<U extends CommonProfile>
Abstract implementation of the
ProfileService for the storage: LDAP, SQL and MongoDB. |
Copyright © 2017. All Rights Reserved.