Uses of Interface
io.helidon.integrations.vault.spi.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
Modifier and TypeClassDescriptionclass
Java Service Loader implementation for AppRole authentication method. -
Uses of AuthMethodProvider in io.helidon.integrations.vault.auths.k8s
Modifier and TypeClassDescriptionclass
Java Service Loader implementation for Vault authentication method based on Kubernetes. -
Uses of AuthMethodProvider in io.helidon.integrations.vault.auths.token
Modifier and TypeClassDescriptionclass
Java Service Loader service for Token Authentication method support.