Uses of Package
org.forgerock.secrets.propertyresolver
-
Packages that use org.forgerock.secrets.propertyresolver Package Description org.forgerock.secrets.propertyresolver Provides aSecretStoreimplementation that loads secrets from a Common ConfigurationPropertyResolverand then decodes it with aSecretPropertyFormat. -
Classes in org.forgerock.secrets.propertyresolver used by org.forgerock.secrets.propertyresolver Class Description FileSystemSecretStore ASecretStorethat reads secrets from a directory with the expectation that each file contains a separate secret.FileSystemSecretStore.FileSystemSecretStoreBuilder A builder for more fluently creating a FileSystemSecretStore.PropertyFormatBase64 Decodes secrets in raw base64 format.PropertyResolverSecretStore ASecretStoreimplementation that resolves secrets as base64-encoded strings from an underlyingPropertyResolver.SecretPropertyFormat Defines the format of secrets loaded from configuration properties.SecretResource The secret resource used for creating aSecret.StableIdResolver Interface for resolving stable ids in aSecretStore.