Uses of Interface
org.forgerock.opendj.security.KeyStoreObjectCache
-
Packages that use KeyStoreObjectCache Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of KeyStoreObjectCache in org.forgerock.opendj.security
Fields in org.forgerock.opendj.security declared as KeyStoreObjectCache Modifier and Type Field Description static KeyStoreObjectCache
KeyStoreObjectCache. NONE
A cache implementation that does not cache anything.Fields in org.forgerock.opendj.security with type parameters of type KeyStoreObjectCache Modifier and Type Field Description static Option<KeyStoreObjectCache>
KeyStoreParameters. CACHE
The caching mechanism that the key store will use.Methods in org.forgerock.opendj.security that return KeyStoreObjectCache Modifier and Type Method 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,org.forgerock.opendj.security.KeyStoreObject> map)
Creates a new key store object cache which will delegate to the providedMap
.
-