Uses of Class
org.forgerock.openam.secrets.config.PropertyFormat
-
Packages that use PropertyFormat Package Description org.forgerock.openam.secrets The AM supporting classes for centrally configuring secrets.org.forgerock.openam.secrets.config Classes and interfaces to create configurable secret store backends. -
-
Uses of PropertyFormat in org.forgerock.openam.secrets
Methods in org.forgerock.openam.secrets with parameters of type PropertyFormat Modifier and Type Method Description static org.forgerock.openam.secrets.config.FileSystemSecretStore
SecretsUtils. fileSystemSecretStore(String id, Path path, PropertyFormat propertyFormat)
Create aFileSystemSecretStore
ready to persist in theAnnotatedServiceRegistry
. -
Uses of PropertyFormat in org.forgerock.openam.secrets.config
Methods in org.forgerock.openam.secrets.config that return PropertyFormat Modifier and Type Method Description default PropertyFormat
GoogleSecretManagerSecretStoreProvider. secretFormat()
The format of the secret data to use when decoding the secret value.static PropertyFormat
PropertyFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyFormat[]
PropertyFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-