Uses of Class
org.forgerock.opendj.security.KeyStoreObject
-
Packages that use KeyStoreObject Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of KeyStoreObject in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return KeyStoreObject Modifier and Type Method Description KeyStoreObject
KeyStoreObjectCache. get(String alias)
Returns the named key store object from the cache if present, ornull
if the object is not present or has been removed.Methods in org.forgerock.opendj.security with parameters of type KeyStoreObject Modifier and Type Method Description void
KeyStoreObjectCache. put(KeyStoreObject keyStoreObject)
Puts a key store object in the cache replacing any existing key store object with the same alias.Method parameters in org.forgerock.opendj.security with type arguments of type KeyStoreObject Modifier and Type Method Description static KeyStoreObjectCache
OpenDjSecurityProvider. newKeyStoreObjectCacheFromMap(Map<String,KeyStoreObject> map)
Creates a new key store object cache which will delegate to the providedMap
.
-