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 | Class and Description |
---|---|
class |
SecretConfigurationException
An exception that occured when reading the configuration of the secret API.
|
class |
SecretInitialisationException
An exception that occurred when initialising the secret API.
|
class |
SecretInstantiationException
An exception that represents an inability to instantiate a secret object.
|
class |
UnavailableSecretReferenceException
An exception that occured when a secret reference is not available.
|
Modifier and Type | Method and Description |
---|---|
SecretsProviderFacade |
Secrets.getGlobalSecrets()
Get the global secrets provider for the realm.
|
SecretsProviderFacade |
Secrets.getRealmSecrets(Realm realm)
Get a secrets provider for the realm.
|
SecretStore<? extends Secret> |
SimpleSecretStoreProvider.getStore()
Get the commons
SecretStore instance for this instance. |
SecretStore<? extends Secret> |
LockedSecretStoreProvider.getStore(SecretsReferenceProvider secrets)
Get the commons
SecretStore instance for this instance. |
Modifier and Type | Method and Description |
---|---|
KeyStoreSecretStore |
KeyStoreBasedSecretStoreProvider.createStore(SecretsReferenceProvider secrets)
Create the
KeyStoreSecretStore from the configuration. |
default KeyStoreSecretStore |
KeyStoreBasedSecretStoreProvider.getStore(SecretsReferenceProvider secrets) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.