Uses of Class
org.apache.syncope.ext.openfga.client.model.ReadRequest
Packages that use ReadRequest
Package
Description
-
Uses of ReadRequest in org.apache.syncope.ext.openfga.client
Methods in org.apache.syncope.ext.openfga.client with parameters of type ReadRequest -
Uses of ReadRequest in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api with parameters of type ReadRequestModifier and TypeMethodDescriptionRelationshipTuplesApi.read
(String storeId, ReadRequest body) Get tuples from the store that matches a query, without following userset rewrite rules The Read API will return the tuples for a certain store that match a query filter specified in the body of the request.RelationshipTuplesApi.readWithHttpInfo
(String storeId, ReadRequest body) Get tuples from the store that matches a query, without following userset rewrite rules The Read API will return the tuples for a certain store that match a query filter specified in the body of the request. -
Uses of ReadRequest in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ReadRequestModifier and TypeMethodDescriptionReadRequest.consistency
(ConsistencyPreference consistency) ReadRequest.continuationToken
(String continuationToken) ReadRequest.tupleKey
(ReadRequestTupleKey tupleKey)