Uses of Class
io.helidon.integrations.vault.auths.approle.ReadRoleId.Request
-
Packages that use ReadRoleId.Request Package Description io.helidon.integrations.vault.auths.approle 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.Request Modifier and Type Method Description static ReadRoleId.RequestReadRoleId.Request. builder()Fluent API builder for configuring a request.static ReadRoleId.RequestReadRoleId.Request. create(String appRoleName)Create request for a specific role name.Methods in io.helidon.integrations.vault.auths.approle with parameters of type ReadRoleId.Request Modifier and Type Method Description VaultOptionalResponse<ReadRoleId.Response>AppRoleAuth. readRoleId(ReadRoleId.Request request)Reads the RoleID of an existing AppRole with full control of request and response.Single<VaultOptionalResponse<ReadRoleId.Response>>AppRoleAuthRx. readRoleId(ReadRoleId.Request request)Reads the RoleID of an existing AppRole with full control of request and response.
-