Uses of Class
org.forgerock.openam.secrets.SecretStoreContext
Package
Description
The AM supporting classes for centrally configuring secrets.
Classes and interfaces to create configurable secret store backends.
-
Uses of SecretStoreContext in org.forgerock.openam.secrets
Modifier and TypeMethodDescriptionSecretStore<? 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 SecretStoreContext 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)