Uses of Class
io.helidon.integrations.vault.auths.approle.ReadRoleId.Response
-
Packages that use ReadRoleId.Response Package Description io.helidon.integrations.vault.auths.approle AppRole authentication method for Vault. -
-
Uses of ReadRoleId.Response in io.helidon.integrations.vault.auths.approle
Methods in io.helidon.integrations.vault.auths.approle that return types with arguments of type ReadRoleId.Response 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.
-