Uses of Class
org.apache.syncope.ext.openfga.client.model.BatchCheckRequest
Packages that use BatchCheckRequest
Package
Description
-
Uses of BatchCheckRequest in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api with parameters of type BatchCheckRequestModifier 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.RelationshipQueriesApi.batchCheck(String storeId, BatchCheckRequest body, Map<String, String> headers) 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.RelationshipQueriesApi.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.RelationshipQueriesApi.batchCheckWithHttpInfo(String storeId, BatchCheckRequest body, Map<String, String> headers) 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 BatchCheckRequest in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return BatchCheckRequestModifier and TypeMethodDescriptionBatchCheckRequest.addChecksItem(BatchCheckItem checksItem) BatchCheckRequest.authorizationModelId(String authorizationModelId) BatchCheckRequest.checks(List<BatchCheckItem> checks) BatchCheckRequest.consistency(ConsistencyPreference consistency)