Uses of Class
io.helidon.integrations.vault.secrets.database.DbGet.Request
-
Packages that use DbGet.Request Package Description io.helidon.integrations.vault.secrets.database 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.Request Modifier and Type Method Description static DbGet.Request
DbGet.Request. builder()
Fluent API builder for configuring a request.DbGet.Request
DbGet.Request. name(String name)
Name of the credentials.Methods in io.helidon.integrations.vault.secrets.database with parameters of type DbGet.Request Modifier and Type Method Description VaultOptionalResponse<DbGet.Response>
DbSecrets. get(DbGet.Request request)
Get credentials from the/creds
endpoint.Single<VaultOptionalResponse<DbGet.Response>>
DbSecretsRx. get(DbGet.Request request)
Get credentials from the/creds
endpoint.
-