Uses of Class
org.forgerock.openam.secrets.SecretException
Package
Description
The AM supporting classes for centrally configuring secrets.
Classes and interfaces to create configurable secret store backends.
-
Uses of SecretException in org.forgerock.openam.secrets
Modifier and TypeClassDescriptionclass
An exception that occured when reading the configuration of the secret API.class
An exception that occurred when initialising the secret API.class
An exception that represents an inability to instantiate a secret object.class
An exception that occured when a secret reference is not available.Modifier and TypeMethodDescriptionSecrets.getActiveGlobalSecrets()
Get the global active secrets provider for the realm.Secrets.getActiveRealmSecrets
(Realm realm) Get an active secrets provider for the realm.Secrets.getGlobalSecrets()
Get the global secrets provider for the realm.Secrets.getRealmSecrets
(Realm realm) Get a secrets provider for the realm.SecretStore<? extends Secret>
LockedSecretStoreProvider.getStore
(SecretStoreContext context, SecretsReferenceProvider secrets) Get the commonsSecretStore
instance for this instance.SecretStore<? extends Secret>
SimpleSecretStoreProvider.getStore
(SecretStoreContext context) Get the commonsSecretStore
instance for this instance. -
Uses of SecretException in org.forgerock.openam.secrets.config
Modifier and TypeMethodDescriptionKeyStoreBasedSecretStoreProvider.createStore
(SecretStoreContext context, SecretsReferenceProvider secrets) Create theKeyStoreSecretStore
from the configuration.default SecretStore<? extends Secret>
GoogleSecretManagerSecretStoreProvider.getStore
(SecretStoreContext context, SecretsReferenceProvider secretsReferenceProvider) default KeyStoreSecretStore
KeyStoreBasedSecretStoreProvider.getStore
(SecretStoreContext context, SecretsReferenceProvider secrets)