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.Request
Login.Request. builder()
Fluent API builder for configuring a request.static Login.Request
Login.Request. create(String roleId, String secretId)
Create a new request.Login.Request
Login.Request. roleId(String roleId)
Role ID of the AppRole.Login.Request
Login.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.Response
AppRoleAuth. 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.
-