Uses of Interface
org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretFieldDecoder
-
Uses of VaultKeyValueSecretStore.SecretFieldDecoder in org.forgerock.secrets.vault
Modifier and TypeClassDescriptionstatic enum
Standard implementations ofVaultKeyValueSecretStore.SecretFieldDecoder
for common fields.ModifierConstructorDescriptionVaultKeyValueSecretStore
(SecretReference<GenericSecret> tokenReference, Map<JsonPointer, ? extends VaultKeyValueSecretStore.SecretFieldDecoder> fieldDecoders, VaultConfig config) Constructs the key-value store using the given authentication token and options.