| Package | Description |
|---|---|
| org.forgerock.opendj.security |
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service. |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreObject |
KeyStoreObjectCache.get(String alias)
Returns the named key store object from the cache if present, or
null if the object is not present or
has been removed. |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyStoreObjectCache.put(KeyStoreObject keyStoreObject)
Puts a key store object in the cache replacing any existing key store object with the same alias.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyStoreObjectCache |
OpenDJProvider.newKeyStoreObjectCacheFromMap(Map<String,KeyStoreObject> map)
Creates a new key store object cache which will delegate to the provided
Map. |
Copyright © 2017-2020 Wren Security. All Rights Reserved.