Uses of Interface
io.helidon.integrations.vault.spi.AuthMethodProvider
-
Packages that use AuthMethodProvider Package Description io.helidon.integrations.vault.auths.approle AppRole authentication method for Vault.io.helidon.integrations.vault.auths.k8s Vault authentication method for Kubernetes.io.helidon.integrations.vault.auths.token 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 AuthMethodProvider Modifier and Type Class Description class
AppRoleAuthProvider
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 AuthMethodProvider Modifier and Type Class Description class
K8sAuthProvider
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 AuthMethodProvider Modifier and Type Class Description class
TokenAuthProvider
Java Service Loader service for Token Authentication method support.
-