Uses of Class
io.helidon.integrations.vault.secrets.cubbyhole.CreateCubbyhole.Response
-
Packages that use CreateCubbyhole.Response Package Description io.helidon.integrations.vault.secrets.cubbyhole Cubbyhole secret engine support for Vault. -
-
Uses of CreateCubbyhole.Response in io.helidon.integrations.vault.secrets.cubbyhole
Methods in io.helidon.integrations.vault.secrets.cubbyhole that return CreateCubbyhole.Response Modifier and Type Method Description CreateCubbyhole.ResponseCubbyholeSecrets. create(CreateCubbyhole.Request request)Create a new secret on the defined path.default CreateCubbyhole.ResponseCubbyholeSecrets. create(String path, Map<String,String> values)Create a Cubbyhole secret.Methods in io.helidon.integrations.vault.secrets.cubbyhole that return types with arguments of type CreateCubbyhole.Response Modifier and Type Method Description Single<CreateCubbyhole.Response>CubbyholeSecretsRx. create(CreateCubbyhole.Request request)Create a new secret on the defined path.default Single<CreateCubbyhole.Response>CubbyholeSecretsRx. create(String path, Map<String,String> values)Create a Cubbyhole secret.
-