Uses of Interface
org.forgerock.secrets.vault.VaultKeyValueSecretStore.SecretFieldDecoder
-
Packages that use VaultKeyValueSecretStore.SecretFieldDecoder Package Description org.forgerock.secrets.vault Secrets backend that reads secrets from a remote Hashicorp Vault server. -
-
Uses of VaultKeyValueSecretStore.SecretFieldDecoder in org.forgerock.secrets.vault
Classes in org.forgerock.secrets.vault that implement VaultKeyValueSecretStore.SecretFieldDecoder Modifier and Type Class Description static class
VaultKeyValueSecretStore.SecretField
Standard implementations ofVaultKeyValueSecretStore.SecretFieldDecoder
for common fields.Constructor parameters in org.forgerock.secrets.vault with type arguments of type VaultKeyValueSecretStore.SecretFieldDecoder Constructor Description VaultKeyValueSecretStore(SecretReference<GenericSecret> tokenReference, Map<JsonPointer,? extends VaultKeyValueSecretStore.SecretFieldDecoder> fieldDecoders, VaultConfig config)
Constructs the key-value store using the given authentication token and options.
-