Package org.forgerock.openam.secrets
Interface SimpleSecretStoreProvider
- All Superinterfaces:
BaseSecretStoreProvider
Provides instances of the commons secrets
SecretStore
without needing references to other secrets.- Since:
- AM 6.5.0
-
Method Summary
Modifier and TypeMethodDescriptionSecretStore<? extends Secret>
getStore
(SecretStoreContext context) Get the commonsSecretStore
instance for this instance.Methods inherited from interface org.forgerock.openam.secrets.BaseSecretStoreProvider
id
-
Method Details
-
getStore
Get the commonsSecretStore
instance for this instance.- Parameters:
context
- The context in which to create the store.- Returns:
- The instance.
- Throws:
SecretException
- If the store cannot be constructed for some reason.
-