Uses of Class
org.forgerock.openam.secrets.SecretStoreContext
Packages that use 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
Methods in org.forgerock.openam.secrets with parameters of type SecretStoreContextModifier and TypeMethodDescriptionSecretStore<? extends Secret>LockedSecretStoreProvider.getStore(SecretStoreContext context, SecretsReferenceProvider secrets) Get the commonsSecretStoreinstance for this instance.SecretStore<? extends Secret>SimpleSecretStoreProvider.getStore(SecretStoreContext context) Get the commonsSecretStoreinstance for this instance. -
Uses of SecretStoreContext in org.forgerock.openam.secrets.config
Methods in org.forgerock.openam.secrets.config with parameters of type SecretStoreContextModifier and TypeMethodDescriptionKeyStoreBasedSecretStoreProvider.createStore(SecretStoreContext context, SecretsReferenceProvider secrets) Create theKeyStoreSecretStorefrom the configuration.default SecretStore<? extends Secret>GoogleSecretManagerSecretStoreProvider.getStore(SecretStoreContext context, SecretsReferenceProvider secretsReferenceProvider) default KeyStoreSecretStoreKeyStoreBasedSecretStoreProvider.getStore(SecretStoreContext context, SecretsReferenceProvider secrets)