public interface SimpleSecretStoreProvider extends BaseSecretStoreProvider
SecretStore
without needing references to other secrets.This type (including all methods, constructors and fields) is continuing to evolve and so should be expected to change, potentially in backwards-incompatible ways even in a minor release. Changes are documented at the time of product release.
Modifier and Type | Method and Description |
---|---|
SecretStore<? extends Secret> |
getStore()
Get the commons
SecretStore instance for this instance. |
id
SecretStore<? extends Secret> getStore() throws SecretException
SecretStore
instance for this instance.SecretException
- If the store cannot be constructed for some reason.Copyright © 2010-2018, ForgeRock All Rights Reserved.