Uses of Class
org.forgerock.openam.secrets.SecretStoreContext
-
Packages that use SecretStoreContext 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. -
-
Uses of SecretStoreContext in org.forgerock.openam.secrets
Methods in org.forgerock.openam.secrets with parameters of type SecretStoreContext Modifier and Type Method Description 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 SecretStoreContext in org.forgerock.openam.secrets.config
Methods in org.forgerock.openam.secrets.config with parameters of type SecretStoreContext Modifier and Type Method Description default SecretStore<? extends Secret>
GoogleSecretManagerSecretStoreProvider. getStore(SecretStoreContext context, SecretsReferenceProvider secretsReferenceProvider)
default KeyStoreSecretStore
KeyStoreBasedSecretStoreProvider. getStore(SecretStoreContext context, SecretsReferenceProvider secrets)
-