Uses of Class
io.helidon.integrations.vault.secrets.database.DbCreateRole.Request
Package
Description
Vault's Database Secrets Engine support.
-
Uses of DbCreateRole.Request in io.helidon.integrations.vault.secrets.database
Modifier and TypeMethodDescriptionDbCreateRole.Request.addCreationStatement
(String statement) Specifies the database statements executed to create and configure a user.DbCreateRole.Request.addRenewStatement
(String statement) Specifies the database statements to be executed to renew a user.DbCreateRole.Request.addRevocationStatement
(String statement) Specifies the database statements to be executed to revoke a user.DbCreateRole.Request.addRollbackStatement
(String statement) Specifies the database statements to be executed to rollback a create operation in the event of an error.static DbCreateRole.Request
DbCreateRole.Request.builder()
Fluent API builder for configuring a request.The name of the database.DbCreateRole.Request.defaultTtl
(Duration defaultTtl) Specifies the TTL for the leases associated with this role.Specifies the maximum TTL for the leases associated with this role.Name of the credentials.Modifier and TypeMethodDescriptionDbSecrets.createRole
(DbCreateRole.Request request) Create or update a role definition.