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.Request
CreateCubbyhole.Request. addSecretValue(String key, String value)
Add a new secret value.static CreateCubbyhole.Request
CreateCubbyhole.Request. builder()
Fluent API builder for configuring a request.CreateCubbyhole.Request
CreateCubbyhole.Request. path(String path)
Path of the secret.CreateCubbyhole.Request
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.Request Modifier and Type Method Description CreateCubbyhole.Response
CubbyholeSecrets. 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.
-