Uses of Class
io.helidon.integrations.vault.VaultOptionalResponse
Packages that use 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
Methods in io.helidon.integrations.vault that return VaultOptionalResponseModifier and TypeMethodDescriptionVaultOptionalResponse.Builder.build()
Secrets.list
(ListSecrets.Request request) List available secrets. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.auths.approle
Methods in io.helidon.integrations.vault.auths.approle that return VaultOptionalResponseModifier and TypeMethodDescriptionAppRoleAuth.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
Methods in io.helidon.integrations.vault.secrets.cubbyhole that return VaultOptionalResponseModifier and TypeMethodDescriptionCubbyholeSecrets.get
(GetCubbyhole.Request request) Get a secret. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.database
Methods in io.helidon.integrations.vault.secrets.database that return VaultOptionalResponseModifier and TypeMethodDescriptionDbSecrets.get
(DbGet.Request request) Get credentials from the/creds
endpoint.DbSecrets.list
(ListSecrets.Request request) List database connections. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.kv1
Methods in io.helidon.integrations.vault.secrets.kv1 that return VaultOptionalResponse -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.kv2
Methods in io.helidon.integrations.vault.secrets.kv2 that return VaultOptionalResponseModifier and TypeMethodDescriptionKv2Secrets.get
(GetKv2.Request request) Get a version of a secret. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.pki
Methods in io.helidon.integrations.vault.secrets.pki that return VaultOptionalResponseModifier and TypeMethodDescriptionPkiSecrets.certificate
(CertificateGet.Request request) Get a certificate.PkiSecrets.list
(ListSecrets.Request request) List certificate serial numbers. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.transit
Methods in io.helidon.integrations.vault.secrets.transit that return VaultOptionalResponseModifier and TypeMethodDescriptionTransitSecrets.list
(ListSecrets.Request request) List available keys.