Uses of Class
io.helidon.integrations.vault.auths.approle.Login.Request
Packages that use Login.Request
Package
Description
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.RequestModifier and TypeMethodDescriptionstatic Login.Request
Login.Request.builder()
Fluent API builder for configuring a request.static Login.Request
Create a new request.Role ID of the AppRole.Secret ID.Methods in io.helidon.integrations.vault.auths.approle with parameters of type Login.RequestModifier and TypeMethodDescriptionAppRoleAuth.login
(Login.Request request) Issues a Vault token based on the presented credentials.AppRoleAuthRx.login
(Login.Request request) Issues a Vault token based on the presented credentials.