Uses of Interface
org.forgerock.secrets.propertyresolver.StableIdResolver
Packages that use StableIdResolver
Package
Description
Provides a
SecretStore
implementation that loads secrets from a Common Configuration
PropertyResolver
and then decodes it with a
SecretPropertyFormat
.-
Uses of StableIdResolver in org.forgerock.secrets.propertyresolver
Classes in org.forgerock.secrets.propertyresolver that implement StableIdResolverModifier and TypeClassDescriptionclass
AStableIdResolver
that uses a version suffix and a subsequent number to determine the stableId of aSecret
.class
AStableIdResolver
that matches a stableId exactly to the purpose for returning only oneSecret
.Methods in org.forgerock.secrets.propertyresolver with parameters of type StableIdResolverModifier and TypeMethodDescriptionFileSystemSecretStore.FileSystemSecretStoreBuilder.withStableIdResolver
(StableIdResolver stableIdResolver) Sets the stableIdResolver to determine the stable id for secret.