Uses of Interface
org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretFieldDecoder
Packages that use VaultKeyValueSecretStore.SecretFieldDecoder
-
Uses of VaultKeyValueSecretStore.SecretFieldDecoder in org.forgerock.secrets.vault
Classes in org.forgerock.secrets.vault that implement VaultKeyValueSecretStore.SecretFieldDecoderModifier and TypeClassDescriptionstatic enum
Standard implementations ofVaultKeyValueSecretStore.SecretFieldDecoder
for common fields.Constructor parameters in org.forgerock.secrets.vault with type arguments of type VaultKeyValueSecretStore.SecretFieldDecoderModifierConstructorDescriptionVaultKeyValueSecretStore
(SecretReference<GenericSecret> tokenReference, Map<JsonPointer, ? extends VaultKeyValueSecretStore.SecretFieldDecoder> fieldDecoders, VaultConfig config) Constructs the key-value store using the given authentication token and options.