Uses of Class
io.helidon.integrations.vault.auths.k8s.Login.Response
-
Packages that use Login.Response Package Description io.helidon.integrations.vault.auths.k8s Vault authentication method for Kubernetes. -
-
Uses of Login.Response in io.helidon.integrations.vault.auths.k8s
Methods in io.helidon.integrations.vault.auths.k8s that return Login.Response Modifier and Type Method Description Login.Response
K8sAuth. login(Login.Request request)
Fetch a token.Methods in io.helidon.integrations.vault.auths.k8s that return types with arguments of type Login.Response Modifier and Type Method Description Single<Login.Response>
K8sAuthRx. login(Login.Request request)
Fetch a token.
-