Uses of Class
io.helidon.integrations.vault.secrets.cubbyhole.CreateCubbyhole.Request
-
Packages that use CreateCubbyhole.Request Package Description io.helidon.integrations.vault.secrets.cubbyhole 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.Request Modifier and Type Method Description CreateCubbyhole.RequestCreateCubbyhole.Request. addSecretValue(String key, String value)Add a new secret value.static CreateCubbyhole.RequestCreateCubbyhole.Request. builder()Fluent API builder for configuring a request.CreateCubbyhole.RequestCreateCubbyhole.Request. path(String path)Path of the secret.CreateCubbyhole.RequestCreateCubbyhole.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.Request Modifier and Type Method Description CreateCubbyhole.ResponseCubbyholeSecrets. create(CreateCubbyhole.Request request)Create a new secret on the defined path.Single<CreateCubbyhole.Response>CubbyholeSecretsRx. create(CreateCubbyhole.Request request)Create a new secret on the defined path.
-