Uses of Interface
org.forgerock.secrets.propertyresolver.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
Modifier 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
.Modifier and TypeMethodDescriptionFileSystemSecretStore.FileSystemSecretStoreBuilder.withStableIdResolver
(StableIdResolver stableIdResolver) Sets the stableIdResolver to determine the stable id for secret.