Uses of Class
org.apache.syncope.ext.openfga.client.model.BatchCheckResponse
Packages that use BatchCheckResponse
Package
Description
-
Uses of BatchCheckResponse in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api that return BatchCheckResponseModifier and TypeMethodDescriptionRelationshipQueriesApi.batchCheck
(String storeId, BatchCheckRequest body) Send a list of `check` operations in a single request The `BatchCheck` API functions nearly identically to `Check`, but instead of checking a single user-object relationship BatchCheck accepts a list of relationships to check and returns a map containing `BatchCheckItem` response for each check it received.Methods in org.apache.syncope.ext.openfga.client.api that return types with arguments of type BatchCheckResponseModifier and TypeMethodDescriptionRelationshipQueriesApi.batchCheckWithHttpInfo
(String storeId, BatchCheckRequest body) Send a list of `check` operations in a single request The `BatchCheck` API functions nearly identically to `Check`, but instead of checking a single user-object relationship BatchCheck accepts a list of relationships to check and returns a map containing `BatchCheckItem` response for each check it received. -
Uses of BatchCheckResponse in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return BatchCheckResponseModifier and TypeMethodDescriptionBatchCheckResponse.putResultItem
(String key, BatchCheckSingleResult resultItem) BatchCheckResponse.result
(Map<String, BatchCheckSingleResult> result)