Uses of Class
io.helidon.integrations.vault.secrets.database.DbGet.Request
Packages that use DbGet.Request
Package
Description
Vault's Database Secrets Engine support.
-
Uses of DbGet.Request in io.helidon.integrations.vault.secrets.database
Methods in io.helidon.integrations.vault.secrets.database that return DbGet.RequestModifier and TypeMethodDescriptionstatic DbGet.Request
DbGet.Request.builder()
Fluent API builder for configuring a request.Name of the credentials.Methods in io.helidon.integrations.vault.secrets.database with parameters of type DbGet.RequestModifier and TypeMethodDescriptionDbSecrets.get
(DbGet.Request request) Get credentials from the/creds
endpoint.