Package org.forgerock.openam.secrets
Interface SimpleSecretStoreProvider
-
- All Superinterfaces:
BaseSecretStoreProvider
@EvolvingAll public interface SimpleSecretStoreProvider extends BaseSecretStoreProvider
Provides instances of the commons secretsSecretStore
without needing references to other secrets.- Since:
- AM 6.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecretStore<? extends Secret>
getStore(SecretStoreContext context)
Get the commonsSecretStore
instance for this instance.-
Methods inherited from interface org.forgerock.openam.secrets.BaseSecretStoreProvider
id
-
-
-
-
Method Detail
-
getStore
SecretStore<? extends Secret> getStore(SecretStoreContext context) throws SecretException
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.
-
-