Uses of Class
io.helidon.integrations.vault.secrets.cubbyhole.UpdateCubbyhole.Request
Packages that use UpdateCubbyhole.Request
Package
Description
Cubbyhole secret engine support for Vault.
-
Uses of UpdateCubbyhole.Request in io.helidon.integrations.vault.secrets.cubbyhole
Methods in io.helidon.integrations.vault.secrets.cubbyhole that return UpdateCubbyhole.RequestModifier and TypeMethodDescriptionUpdateCubbyhole.Request.addSecretValue
(String key, String value) Add a new secret value.static UpdateCubbyhole.Request
UpdateCubbyhole.Request.builder()
Fluent API builder for configuring a request.Path of the secret.UpdateCubbyhole.Request.secretValues
(Map<String, String> values) New secret values.Methods in io.helidon.integrations.vault.secrets.cubbyhole with parameters of type UpdateCubbyhole.RequestModifier and TypeMethodDescriptionCubbyholeSecrets.update
(UpdateCubbyhole.Request request) Update a secret on the defined path.