Uses of Class
io.helidon.integrations.vault.auths.approle.Login.Request
-
Packages that use Login.Request Package Description io.helidon.integrations.vault.auths.approle AppRole authentication method for Vault. -
-
Uses of Login.Request in io.helidon.integrations.vault.auths.approle
Methods in io.helidon.integrations.vault.auths.approle that return Login.Request Modifier and Type Method Description static Login.RequestLogin.Request. builder()Fluent API builder for configuring a request.static Login.RequestLogin.Request. create(String roleId, String secretId)Create a new request.Login.RequestLogin.Request. roleId(String roleId)Role ID of the AppRole.Login.RequestLogin.Request. secretId(String secretId)Secret ID.Methods in io.helidon.integrations.vault.auths.approle with parameters of type Login.Request Modifier and Type Method Description Login.ResponseAppRoleAuth. login(Login.Request request)Issues a Vault token based on the presented credentials.Single<Login.Response>AppRoleAuthRx. login(Login.Request request)Issues a Vault token based on the presented credentials.
-