Uses of Class
io.helidon.integrations.vault.auths.approle.Login.Response
-
Packages that use Login.Response Package Description io.helidon.integrations.vault.auths.approle AppRole authentication method for Vault. -
-
Uses of Login.Response in io.helidon.integrations.vault.auths.approle
Methods in io.helidon.integrations.vault.auths.approle that return Login.Response Modifier and Type Method Description Login.Response
AppRoleAuth. login(Login.Request request)
Issues a Vault token based on the presented credentials.Methods in io.helidon.integrations.vault.auths.approle that return types with arguments of type Login.Response Modifier and Type Method Description Single<Login.Response>
AppRoleAuthRx. login(Login.Request request)
Issues a Vault token based on the presented credentials.
-