Uses of Class
io.helidon.integrations.vault.secrets.cubbyhole.DeleteCubbyhole.Request
Packages that use DeleteCubbyhole.Request
Package
Description
Cubbyhole secret engine support for Vault.
-
Uses of DeleteCubbyhole.Request in io.helidon.integrations.vault.secrets.cubbyhole
Methods in io.helidon.integrations.vault.secrets.cubbyhole that return DeleteCubbyhole.RequestModifier and TypeMethodDescriptionstatic DeleteCubbyhole.Request
DeleteCubbyhole.Request.builder()
Fluent API builder for configuring a request.Path of the secret.Methods in io.helidon.integrations.vault.secrets.cubbyhole with parameters of type DeleteCubbyhole.RequestModifier and TypeMethodDescriptionCubbyholeSecrets.delete
(DeleteCubbyhole.Request request) Delete the secret.