Uses of Interface
org.forgerock.secrets.propertyresolver.StableIdResolver
-
Packages that use StableIdResolver Package Description org.forgerock.secrets.propertyresolver Provides aSecretStoreimplementation that loads secrets from a Common ConfigurationPropertyResolverand 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 classOrderedStableIdResolverAStableIdResolverthat uses a version suffix and a subsequent number to determine the stableId of aSecret.classSingletonStableIdResolverAStableIdResolverthat 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.FileSystemSecretStoreBuilderFileSystemSecretStore.FileSystemSecretStoreBuilder. withStableIdResolver(StableIdResolver stableIdResolver)Sets the stableIdResolver to determine the stable id for secret.
-