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.
|
Modifier and Type | Method and Description |
---|---|
static FileSystemSecretStore |
SecretsUtils.fileSystemSecretStore(String id,
Path path,
PropertyFormat propertyFormat)
Create a
FileSystemSecretStore ready to persist in the AnnotatedServiceRegistry . |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.