Uses of Interface
io.helidon.integrations.vault.AuthMethod
-
Packages that use AuthMethod Package Description io.helidon.integrations.vault Vault integration.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.io.helidon.integrations.vault.spi Vault integration SPI.io.helidon.integrations.vault.sys Sys operations for Vault. -
-
Uses of AuthMethod in io.helidon.integrations.vault
Methods in io.helidon.integrations.vault that return AuthMethod Modifier and Type Method Description static <T> AuthMethod<T>AuthMethod. create(Class<T> auth, String type, String defaultPath)Create an authentication method.Methods in io.helidon.integrations.vault with parameters of type AuthMethod Modifier and Type Method Description <T> TVault. auth(AuthMethod<T> method)Get access to authentication method.<T> TVault. 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
Fields in io.helidon.integrations.vault.auths.approle declared as AuthMethod Modifier and Type Field Description static AuthMethod<AppRoleAuthRx>AppRoleAuthRx. AUTH_METHODAuthentication method.Methods in io.helidon.integrations.vault.auths.approle that return AuthMethod Modifier and Type Method Description AuthMethod<AppRoleAuthRx>AppRoleAuthProvider. supportedMethod() -
Uses of AuthMethod in io.helidon.integrations.vault.auths.k8s
Fields in io.helidon.integrations.vault.auths.k8s declared as AuthMethod Modifier and Type Field Description static AuthMethod<K8sAuthRx>K8sAuthRx. AUTH_METHODKubernetes authentication method.Methods in io.helidon.integrations.vault.auths.k8s that return AuthMethod Modifier and Type Method Description AuthMethod<K8sAuthRx>K8sAuthProvider. supportedMethod() -
Uses of AuthMethod in io.helidon.integrations.vault.auths.token
Fields in io.helidon.integrations.vault.auths.token declared as AuthMethod Modifier and Type Field Description static AuthMethod<TokenAuthRx>TokenAuthRx. AUTH_METHODToken authentication method.Methods in io.helidon.integrations.vault.auths.token that return AuthMethod Modifier and Type Method Description AuthMethod<TokenAuthRx>TokenAuthProvider. supportedMethod() -
Uses of AuthMethod in io.helidon.integrations.vault.spi
Methods in io.helidon.integrations.vault.spi that return AuthMethod Modifier and Type Method Description AuthMethod<T>AuthMethodProvider. supportedMethod()Supported method by this provider. -
Uses of AuthMethod in io.helidon.integrations.vault.sys
Methods in io.helidon.integrations.vault.sys with parameters of type AuthMethod Modifier and Type Method Description DisableAuth.RequestDisableAuth.Request. auth(AuthMethod<?> method)Authentication method to disable.EnableAuth.RequestEnableAuth.Request. auth(AuthMethod<?> auth)Authentication method to enable.default EnableAuth.ResponseSys. enableAuth(AuthMethod<?> authMethod)Enable an authentication method on default path.default Single<EnableAuth.Response>SysRx. enableAuth(AuthMethod<?> authMethod)Enable an authentication method on default path.
-