Uses of Interface
org.forgerock.opendj.security.KeyStoreObjectCache
Package
Description
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.-
Uses of KeyStoreObjectCache in org.forgerock.opendj.security
Modifier and TypeFieldDescriptionstatic final KeyStoreObjectCache
KeyStoreObjectCache.NONE
A cache implementation that does not cache anything.Modifier and TypeFieldDescriptionstatic final Option<KeyStoreObjectCache>
KeyStoreParameters.CACHE
The caching mechanism that the key store will use.Modifier and TypeMethodDescriptionstatic 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, org.forgerock.opendj.security.KeyStoreObject> map) Creates a new key store object cache which will delegate to the providedMap
.