Uses of Interface
io.helidon.integrations.vault.spi.InjectionProvider
Package
Description
AppRole authentication method for Vault.
Vault authentication method for Kubernetes.
Token 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.
Sys operations for Vault.
-
Uses of InjectionProvider in io.helidon.integrations.vault.auths.approle
Modifier and TypeClassDescriptionclass
Java Service Loader implementation for AppRole authentication method. -
Uses of InjectionProvider in io.helidon.integrations.vault.auths.k8s
Modifier and TypeClassDescriptionclass
Java Service Loader implementation for Vault authentication method based on Kubernetes. -
Uses of InjectionProvider in io.helidon.integrations.vault.auths.token
Modifier and TypeClassDescriptionclass
Java Service Loader service for Token Authentication method support. -
Uses of InjectionProvider in io.helidon.integrations.vault.secrets.cubbyhole
Modifier and TypeClassDescriptionclass
Provider supporting theCubbyhole
secrets engine API. -
Uses of InjectionProvider in io.helidon.integrations.vault.secrets.database
-
Uses of InjectionProvider in io.helidon.integrations.vault.secrets.kv1
Modifier and TypeClassDescriptionclass
Java Service Loader service for this engine. -
Uses of InjectionProvider in io.helidon.integrations.vault.secrets.kv2
Modifier and TypeClassDescriptionclass
Java Service Loader implementation of Vault KV version 2 secrets engine. -
Uses of InjectionProvider in io.helidon.integrations.vault.secrets.pki
Modifier and TypeClassDescriptionclass
Java Service Loader service for PKI Secrets engine for Vault integration. -
Uses of InjectionProvider in io.helidon.integrations.vault.secrets.transit
Modifier and TypeClassDescriptionclass
Java Service Loader service for Transit engine. -
Uses of InjectionProvider in io.helidon.integrations.vault.sys