Package | Description |
---|---|
org.forgerock.openam.secrets |
The AM supporting classes for centrally configuring secrets.
|
org.forgerock.openam.secrets.config |
Classes and interfaces to create configurable secret store backends.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LockedSecretStoreProvider
A provider of commons
SecretStore instances. |
interface |
SimpleSecretStoreProvider
Provides instances of the commons secrets
SecretStore without needing references to other secrets. |
Modifier and Type | Method and Description |
---|---|
void |
Secrets.registerSecretStore(Class<? extends BaseSecretStoreProvider> storeType)
Register a secret store type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyStoreBasedSecretStoreProvider
An abstraction of initialising a keystore-based
BaseSecretStoreProvider . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.