Uses of Interface
org.forgerock.secrets.propertyresolver.SecretPropertyFormat
Package
Description
Classes and interfaces to create configurable secret store backends.
A secret store implementation that can retrieve keys from a Google Cloud Platform Key Management Service.
Provides a
SecretStore
implementation that loads secrets from a Common Configuration
PropertyResolver
and then decodes it with a
SecretPropertyFormat
.-
Uses of SecretPropertyFormat in org.forgerock.openam.secrets.config
Modifier and TypeClassDescriptionenum
Supported property formats for file-based and system/environment variable properties. -
Uses of SecretPropertyFormat in org.forgerock.secrets.gcpkms
Modifier and TypeClassDescriptionclass
ASecretPropertyFormat
for thePropertyResolverSecretStore
that can decrypt secrets using a Google KMS decryption key. -
Uses of SecretPropertyFormat in org.forgerock.secrets.propertyresolver
Modifier and TypeClassDescriptionfinal class
Decodes a JSON Web Key (JWK) as a secret.final class
Supports decoding keys and certificates in PEM format.enum
Decodes secrets in raw base64 format.final class
Wraps a property format that decodes raw bytes and converts it into a property format for extracting secret keys using some algorithm.Modifier and TypeFieldDescriptionstatic final SecretPropertyFormat
SecretPropertyFormat.PLAIN
Format with no encoding.Modifier and TypeMethodDescriptionFileSystemSecretStore.FileSystemSecretStoreBuilder.withDefaultSecretPropertyFormat
(SecretPropertyFormat defaultFormat) Sets the defaultSecretPropertyFormat
for the secret store.Modifier and TypeMethodDescriptionFileSystemSecretStore.FileSystemSecretStoreBuilder.withSecretMappings
(Map<String, SecretPropertyFormat> secretMappings) Sets the secrets mapping which is allows specifying individual secret property formats for purposes.ModifierConstructorDescriptionPropertyResolverSecretStore
(PropertyResolver propertyResolver, SecretPropertyFormat defaultPropertyFormat) Initialises the property resolver secret store.PropertyResolverSecretStore
(PropertyResolver propertyResolver, SecretPropertyFormat defaultPropertyFormat, Map<String, SecretPropertyFormat> mappings) Initialises the property resolver secret store with a mapping of purpose to format.SecretKeyPropertyFormat
(SecretPropertyFormat genericFormat, String keyAlgorithm) Initialises the format with the given raw generic secret format and the given key algorithm.ModifierConstructorDescriptionPropertyResolverSecretStore
(PropertyResolver propertyResolver, SecretPropertyFormat defaultPropertyFormat, Map<String, SecretPropertyFormat> mappings) Initialises the property resolver secret store with a mapping of purpose to format.