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