Uses of Class
io.helidon.integrations.vault.VaultOptionalResponse
-
Packages that use VaultOptionalResponse Package Description io.helidon.integrations.vault Vault integration.io.helidon.integrations.vault.auths.approle AppRole authentication method for Vault.io.helidon.integrations.vault.secrets.cubbyhole Cubbyhole secret engine support for Vault.io.helidon.integrations.vault.secrets.database Vault's Database Secrets Engine support.io.helidon.integrations.vault.secrets.kv1 Vault's KV1 Secrets Engine support.io.helidon.integrations.vault.secrets.kv2 Vault's Key/value version 2 Secrets Engine support.io.helidon.integrations.vault.secrets.pki Vault's PKI Secrets Engine support.io.helidon.integrations.vault.secrets.transit Vault transit secrets. -
-
Uses of VaultOptionalResponse in io.helidon.integrations.vault
Methods in io.helidon.integrations.vault that return VaultOptionalResponse Modifier and Type Method Description VaultOptionalResponse<R>
VaultOptionalResponse.Builder. build()
VaultOptionalResponse<ListSecrets.Response>
Secrets. list(ListSecrets.Request request)
List available secrets.Methods in io.helidon.integrations.vault that return types with arguments of type VaultOptionalResponse Modifier and Type Method Description Single<VaultOptionalResponse<ListSecrets.Response>>
SecretsRx. 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 VaultOptionalResponse Modifier and Type Method Description VaultOptionalResponse<ReadRoleId.Response>
AppRoleAuth. 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 VaultOptionalResponse Modifier and Type Method Description Single<VaultOptionalResponse<ReadRoleId.Response>>
AppRoleAuthRx. 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 VaultOptionalResponse Modifier and Type Method Description VaultOptionalResponse<GetCubbyhole.Response>
CubbyholeSecrets. get(GetCubbyhole.Request request)
Get a secret.Methods in io.helidon.integrations.vault.secrets.cubbyhole that return types with arguments of type VaultOptionalResponse Modifier and Type Method Description Single<VaultOptionalResponse<GetCubbyhole.Response>>
CubbyholeSecretsRx. 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 VaultOptionalResponse Modifier and Type Method Description VaultOptionalResponse<DbGet.Response>
DbSecrets. get(DbGet.Request request)
Get credentials from the/creds
endpoint.VaultOptionalResponse<ListSecrets.Response>
DbSecrets. list(ListSecrets.Request request)
List database connections.Methods in io.helidon.integrations.vault.secrets.database that return types with arguments of type VaultOptionalResponse Modifier and Type Method Description Single<VaultOptionalResponse<DbGet.Response>>
DbSecretsRx. get(DbGet.Request request)
Get credentials from the/creds
endpoint.Single<VaultOptionalResponse<ListSecrets.Response>>
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 VaultOptionalResponse Modifier and Type Method Description VaultOptionalResponse<GetKv1.Response>
Kv1Secrets. get(GetKv1.Request request)
Get a secret.Methods in io.helidon.integrations.vault.secrets.kv1 that return types with arguments of type VaultOptionalResponse Modifier and Type Method Description Single<VaultOptionalResponse<GetKv1.Response>>
Kv1SecretsRx. get(GetKv1.Request request)
Get a secret. -
Uses of VaultOptionalResponse in io.helidon.integrations.vault.secrets.kv2
Methods in io.helidon.integrations.vault.secrets.kv2 that return VaultOptionalResponse Modifier and Type Method Description VaultOptionalResponse<GetKv2.Response>
Kv2Secrets. 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 VaultOptionalResponse Modifier and Type Method Description Single<VaultOptionalResponse<GetKv2.Response>>
Kv2SecretsRx. 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 VaultOptionalResponse Modifier and Type Method Description VaultOptionalResponse<CertificateGet.Response>
PkiSecrets. certificate(CertificateGet.Request request)
Get a certificate.VaultOptionalResponse<ListSecrets.Response>
PkiSecrets. list(ListSecrets.Request request)
List certificate serial numbers.Methods in io.helidon.integrations.vault.secrets.pki that return types with arguments of type VaultOptionalResponse Modifier and Type Method Description Single<VaultOptionalResponse<CertificateGet.Response>>
PkiSecretsRx. certificate(CertificateGet.Request request)
Get a certificate.Single<VaultOptionalResponse<ListSecrets.Response>>
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 VaultOptionalResponse Modifier and Type Method Description VaultOptionalResponse<ListSecrets.Response>
TransitSecrets. list(ListSecrets.Request request)
List available keys.Methods in io.helidon.integrations.vault.secrets.transit that return types with arguments of type VaultOptionalResponse Modifier and Type Method Description Single<VaultOptionalResponse<ListSecrets.Response>>
TransitSecretsRx. list(ListSecrets.Request request)
List available keys.
-