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 Option<KeyStoreObjectCache> |
KeyStoreParameters.CACHE
The caching mechanism that the key store will use.
|
Modifier and Type | Method and Description |
---|---|
static KeyStoreObjectCache |
OpenDjSecurityProvider.newCapacityBasedKeyStoreObjectCache(int capacity)
Creates a new fixed capacity key store object cache which will evict objects once it reaches the
provided capacity.
|
static KeyStoreObjectCache |
OpenDjSecurityProvider.newKeyStoreObjectCacheFromMap(Map<String,KeyStoreObject> map)
Creates a new key store object cache which will delegate to the provided
Map . |
Copyright 2010-2022 ForgeRock AS.