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.Methods in io.helidon.integrations.vault that return types with arguments of type VaultOptionalResponseModifier and TypeMethodDescriptionSecretsRx.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.Methods in io.helidon.integrations.vault.auths.approle that return types with arguments of type VaultOptionalResponseModifier 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
Methods in io.helidon.integrations.vault.secrets.cubbyhole that return VaultOptionalResponseModifier and TypeMethodDescriptionCubbyholeSecrets.get
(GetCubbyhole.Request request) Get a secret.Methods in io.helidon.integrations.vault.secrets.cubbyhole that return types with arguments of type VaultOptionalResponseModifier and TypeMethodDescriptionCubbyholeSecretsRx.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.Methods in io.helidon.integrations.vault.secrets.database that return types with arguments of type VaultOptionalResponseModifier 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
Methods in io.helidon.integrations.vault.secrets.kv1 that return VaultOptionalResponseMethods in io.helidon.integrations.vault.secrets.kv1 that return types with arguments of type 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.Methods in io.helidon.integrations.vault.secrets.kv2 that return types with arguments of type VaultOptionalResponseModifier and TypeMethodDescriptionKv2SecretsRx.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.Methods in io.helidon.integrations.vault.secrets.pki that return types with arguments of type VaultOptionalResponseModifier 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
Methods in io.helidon.integrations.vault.secrets.transit that return VaultOptionalResponseModifier and TypeMethodDescriptionTransitSecrets.list
(ListSecrets.Request request) List available keys.Methods in io.helidon.integrations.vault.secrets.transit that return types with arguments of type VaultOptionalResponseModifier and TypeMethodDescriptionTransitSecretsRx.list
(ListSecrets.Request request) List available keys.