Uses of Interface
org.forgerock.secrets.propertyresolver.StableIdResolver
-
Packages that use StableIdResolver Package Description org.forgerock.secrets.propertyresolver Provides aSecretStore
implementation that loads secrets from a Common ConfigurationPropertyResolver
and then decodes it with aSecretPropertyFormat
. -
-
Uses of StableIdResolver in org.forgerock.secrets.propertyresolver
Classes in org.forgerock.secrets.propertyresolver that implement StableIdResolver Modifier and Type Class Description class
OrderedStableIdResolver
AStableIdResolver
that uses a version suffix and a subsequent number to determine the stableId of aSecret
.class
SingletonStableIdResolver
AStableIdResolver
that matches a stableId exactly to the purpose for returning only oneSecret
.Methods in org.forgerock.secrets.propertyresolver with parameters of type StableIdResolver Modifier and Type Method Description FileSystemSecretStore.FileSystemSecretStoreBuilder
FileSystemSecretStore.FileSystemSecretStoreBuilder. withStableIdResolver(StableIdResolver stableIdResolver)
Sets the stableIdResolver to determine the stable id for secret.
-