| Package | Description |
|---|---|
| org.pac4j.core.credentials.authenticator | |
| org.pac4j.core.store |
| Modifier and Type | Method and Description |
|---|---|
Store<T,CommonProfile> |
LocalCachingAuthenticator.getStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalCachingAuthenticator.setStore(Store<T,CommonProfile> store) |
| Constructor and Description |
|---|
LocalCachingAuthenticator(Authenticator<T> delegate,
Store<T,CommonProfile> store) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStore<K,O>
Abstract store.
|
class |
GuavaStore<K,O>
Store data in a Guava cache.
|
Copyright © 2017. All Rights Reserved.