Uses of Class
io.helidon.integrations.vault.auths.approle.ReadRoleId.Request
Packages that use ReadRoleId.Request
Package
Description
AppRole authentication method for Vault.
-
Uses of ReadRoleId.Request in io.helidon.integrations.vault.auths.approle
Methods in io.helidon.integrations.vault.auths.approle that return ReadRoleId.RequestModifier and TypeMethodDescriptionstatic ReadRoleId.Request
ReadRoleId.Request.builder()
Fluent API builder for configuring a request.static ReadRoleId.Request
Create request for a specific role name.Methods in io.helidon.integrations.vault.auths.approle with parameters of type ReadRoleId.RequestModifier and TypeMethodDescriptionAppRoleAuth.readRoleId
(ReadRoleId.Request request) Reads the RoleID of an existing AppRole with full control of request and response.