public interface LockedSecretStoreProvider extends BaseSecretStoreProvider
SecretStore
instances. These might be obtained from configuration, or from some other
static means.
Subtypes of this interface are secret stores which use other secrets to initialise themselves.
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(SecretsReferenceProvider secrets)
Get the commons
SecretStore instance for this instance. |
id
SecretStore<? extends Secret> getStore(SecretsReferenceProvider secrets) throws SecretException
SecretStore
instance for this instance.secrets
- A provider of secret references that can be used to obtain secrets that are needed to unlock
the SecretStore
.SecretException
- If the store cannot be constructed for some reason.Copyright © 2010-2018, ForgeRock All Rights Reserved.