| Package | Description |
|---|---|
| org.forgerock.opendj.security |
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service. |
| Modifier and Type | Field and Description |
|---|---|
static KeyStoreObjectCache |
KeyStoreObjectCache.NONE
A cache implementation that does not cache anything.
|
| Modifier and Type | Field and Description |
|---|---|
static org.forgerock.util.Option<KeyStoreObjectCache> |
KeyStoreParameters.CACHE
The caching mechanism that the key store will use.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyStoreObjectCache |
OpenDJProvider.newCapacityBasedKeyStoreObjectCache(int capacity)
Creates a new fixed capacity key store object cache which will evict objects once it reaches the
provided capacity.
|
static KeyStoreObjectCache |
OpenDJProvider.newKeyStoreObjectCacheFromMap(Map<String,KeyStoreObject> map)
Creates a new key store object cache which will delegate to the provided
Map. |
Copyright © 2017-2020 Wren Security. All Rights Reserved.