Uses of Class
io.helidon.integrations.vault.secrets.cubbyhole.GetCubbyhole.Request
-
Packages that use GetCubbyhole.Request Package Description io.helidon.integrations.vault.secrets.cubbyhole Cubbyhole secret engine support for Vault. -
-
Uses of GetCubbyhole.Request in io.helidon.integrations.vault.secrets.cubbyhole
Methods in io.helidon.integrations.vault.secrets.cubbyhole that return GetCubbyhole.Request Modifier and Type Method Description static GetCubbyhole.Request
GetCubbyhole.Request. builder()
Fluent API builder for configuring a request.GetCubbyhole.Request
GetCubbyhole.Request. path(String path)
Path of the secret.Methods in io.helidon.integrations.vault.secrets.cubbyhole with parameters of type GetCubbyhole.Request Modifier and Type Method Description VaultOptionalResponse<GetCubbyhole.Response>
CubbyholeSecrets. get(GetCubbyhole.Request request)
Get a secret.Single<VaultOptionalResponse<GetCubbyhole.Response>>
CubbyholeSecretsRx. get(GetCubbyhole.Request request)
Get a secret.
-