public class SecretsProviderFacade extends SecretsProvider
SecretsProvider
instances from the realm and global levels that will delegate correctly
to the global provider when a secret is not found in the realm, and knows how to resolve secrets for a
DefaultingPurpose
.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 |
---|---|
static SecretsProviderFacade |
singleton(SecretsProvider secretsProvider)
Make a facade from a single secrets provider.
|
getActiveSecret, getNamedOrValidSecrets, getNamedSecret, getValidSecrets, setActiveStore, setActiveStore, setDefaultStores
public static SecretsProviderFacade singleton(SecretsProvider secretsProvider)
secretsProvider
- The underlying secrets provider.Copyright © 2010-2018, ForgeRock All Rights Reserved.