Uses of Interface
org.forgerock.opendj.security.KeyStoreObjectCache
Packages that use 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
Fields in org.forgerock.opendj.security declared as KeyStoreObjectCacheModifier and TypeFieldDescriptionstatic final KeyStoreObjectCacheKeyStoreObjectCache.NONEA cache implementation that does not cache anything.Fields in org.forgerock.opendj.security with type parameters of type KeyStoreObjectCacheModifier and TypeFieldDescriptionstatic final Option<KeyStoreObjectCache>KeyStoreParameters.CACHEThe caching mechanism that the key store will use.Methods in org.forgerock.opendj.security that return KeyStoreObjectCacheModifier and TypeMethodDescriptionstatic 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.