Uses of Class
io.helidon.integrations.vault.VaultOptionalResponse
Package
Description
Vault integration.
AppRole authentication method for Vault.
Cubbyhole secret engine support for Vault.
Vault's Database Secrets Engine support.
Vault's KV1 Secrets Engine support.
Vault's Key/value version 2 Secrets Engine support.
Vault's PKI Secrets Engine support.
Vault transit secrets.
-
Uses of VaultOptionalResponse in io.helidon.integrations.vault
Modifier and TypeMethodDescriptionVaultOptionalResponse.Builder.build()
Secrets.list
(ListSecrets.Request request) List available secrets.Modifier and TypeMethodDescriptionSecretsRx.list
(ListSecrets.Request request) List available secrets. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.auths.approle
Modifier and TypeMethodDescriptionAppRoleAuth.readRoleId
(ReadRoleId.Request request) Reads the RoleID of an existing AppRole with full control of request and response.Modifier and TypeMethodDescriptionAppRoleAuthRx.readRoleId
(ReadRoleId.Request request) Reads the RoleID of an existing AppRole with full control of request and response. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.cubbyhole
Modifier and TypeMethodDescriptionCubbyholeSecrets.get
(GetCubbyhole.Request request) Get a secret.Modifier and TypeMethodDescriptionCubbyholeSecretsRx.get
(GetCubbyhole.Request request) Get a secret. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.database
Modifier and TypeMethodDescriptionDbSecrets.get
(DbGet.Request request) Get credentials from the/creds
endpoint.DbSecrets.list
(ListSecrets.Request request) List database connections.Modifier and TypeMethodDescriptionDbSecretsRx.get
(DbGet.Request request) Get credentials from the/creds
endpoint.DbSecretsRx.list
(ListSecrets.Request request) List database connections. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.kv1
-
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.kv2
Modifier and TypeMethodDescriptionKv2Secrets.get
(GetKv2.Request request) Get a version of a secret.Modifier and TypeMethodDescriptionKv2SecretsRx.get
(GetKv2.Request request) Get a version of a secret. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.pki
Modifier and TypeMethodDescriptionPkiSecrets.certificate
(CertificateGet.Request request) Get a certificate.PkiSecrets.list
(ListSecrets.Request request) List certificate serial numbers.Modifier and TypeMethodDescriptionPkiSecretsRx.certificate
(CertificateGet.Request request) Get a certificate.PkiSecretsRx.list
(ListSecrets.Request request) List certificate serial numbers. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.transit
Modifier and TypeMethodDescriptionTransitSecrets.list
(ListSecrets.Request request) List available keys.Modifier and TypeMethodDescriptionTransitSecretsRx.list
(ListSecrets.Request request) List available keys.