Uses of Class
org.forgerock.secrets.vault.VaultConfig.Builder
-
Uses of VaultConfig.Builder in org.forgerock.secrets.vault
Modifier and TypeMethodDescriptionstatic VaultConfig.Builder
Returns a newVaultConfig.Builder
to construct the configuration.Specifies the clock to use for calculating expiry times.Specifies the (optional) namespace to use in calls to Vault.Specifies the path on the server of the secret engine to use.VaultConfig.Builder.purposeMapping
(Function<Purpose<?>, String> purposeMapping) Configures the mapping from purposes to named entries in a Vault secret engine.VaultConfig.Builder.purposeMapping
(Map<Purpose<?>, String> purposeMapping) Configures the mapping from purposes to named entries in a Vault secret engine.