Uses of Interface
io.helidon.integrations.vault.AuthMethod
Package
Description
Vault integration.
AppRole authentication method for Vault.
Vault authentication method for Kubernetes.
Token authentication method for Vault.
Vault integration SPI.
Sys operations for Vault.
-
Uses of AuthMethod in io.helidon.integrations.vault
Modifier and TypeMethodDescription<T> T
Vault.auth
(AuthMethod<T> method) Get access to authentication method.<T> T
Vault.auth
(AuthMethod<T> method, String path) Get access to authentication method, using a custom path. -
Uses of AuthMethod in io.helidon.integrations.vault.auths.approle
Modifier and TypeFieldDescriptionstatic final AuthMethod
<AppRoleAuth> AppRoleAuth.AUTH_METHOD
Authentication method. -
Uses of AuthMethod in io.helidon.integrations.vault.auths.k8s
Modifier and TypeFieldDescriptionstatic final AuthMethod
<K8sAuth> K8sAuth.AUTH_METHOD
Kubernetes authentication method. -
Uses of AuthMethod in io.helidon.integrations.vault.auths.token
Modifier and TypeFieldDescriptionstatic final AuthMethod
<TokenAuth> TokenAuth.AUTH_METHOD
Token authentication method. -
Uses of AuthMethod in io.helidon.integrations.vault.spi
Modifier and TypeMethodDescriptionAuthMethodProvider.supportedMethod()
Supported method by this provider. -
Uses of AuthMethod in io.helidon.integrations.vault.sys
Modifier and TypeMethodDescriptionDisableAuth.Request.auth
(AuthMethod<?> method) Authentication method to disable.EnableAuth.Request.auth
(AuthMethod<?> auth) Authentication method to enable.default EnableAuth.Response
Sys.enableAuth
(AuthMethod<?> authMethod) Enable an authentication method on default path.