Uses of Class
io.helidon.security.providers.config.vault.ConfigVaultProvider.SecretConfig
Package
Description
Vault operation backed by configuration.
-
Uses of ConfigVaultProvider.SecretConfig in io.helidon.security.providers.config.vault
Modifier and TypeMethodDescriptionCreate a new secret from a value.Create a new secret from a supplier, such as when computing the secret value.ConfigVaultProvider.SecretConfig.createOptionalSupplier
(Supplier<Optional<String>> valueSupplier) Create a new secret configuration with a supplier of anOptional
, such as when retrieving the secret from some local information that may change.Modifier and TypeMethodDescriptionConfigVaultProvider.secret
(ConfigVaultProvider.SecretConfig providerConfig)