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 basedKeyStoreservice. -
-
Uses of KeyStoreObjectCache in org.forgerock.opendj.security
Fields in org.forgerock.opendj.security declared as KeyStoreObjectCache Modifier and Type Field Description static KeyStoreObjectCacheKeyStoreObjectCache. NONEA 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. CACHEThe caching mechanism that the key store will use.Methods in org.forgerock.opendj.security that return KeyStoreObjectCache Modifier and Type Method Description static KeyStoreObjectCacheOpenDjSecurityProvider. newCapacityBasedKeyStoreObjectCache(int capacity)Creates a new fixed capacity key store object cache which will evict objects once it reaches the provided capacity.static KeyStoreObjectCacheOpenDjSecurityProvider. newKeyStoreObjectCacheFromMap(Map<String,org.forgerock.opendj.security.KeyStoreObject> map)Creates a new key store object cache which will delegate to the providedMap.
-