| Package | Description |
|---|---|
| org.pac4j.core.client | |
| org.pac4j.core.credentials.authenticator |
| Modifier and Type | Method and Description |
|---|---|
Authenticator<C> |
IndirectClientV2.getAuthenticator() |
Authenticator<C> |
DirectClientV2.getAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndirectClientV2.setAuthenticator(Authenticator<C> authenticator) |
void |
DirectClientV2.setAuthenticator(Authenticator<C> authenticator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUsernamePasswordAuthenticator
An abstract username / password authenticator having a password encoder.
|
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,
long cacheSize,
long timeout,
TimeUnit timeUnit) |
Copyright © 2017. All Rights Reserved.