Uses of Interface
io.helidon.integrations.vault.spi.AuthMethodProvider
Packages that use AuthMethodProvider
Package
Description
AppRole authentication method for Vault.
Vault authentication method for Kubernetes.
Token authentication method for Vault.
-
Uses of AuthMethodProvider in io.helidon.integrations.vault.auths.approle
Classes in io.helidon.integrations.vault.auths.approle that implement AuthMethodProviderModifier and TypeClassDescriptionclass
Java Service Loader implementation for AppRole authentication method. -
Uses of AuthMethodProvider in io.helidon.integrations.vault.auths.k8s
Classes in io.helidon.integrations.vault.auths.k8s that implement AuthMethodProviderModifier and TypeClassDescriptionclass
Java Service Loader implementation for Vault authentication method based on Kubernetes. -
Uses of AuthMethodProvider in io.helidon.integrations.vault.auths.token
Classes in io.helidon.integrations.vault.auths.token that implement AuthMethodProviderModifier and TypeClassDescriptionclass
Java Service Loader service for Token Authentication method support.