Uses of Class
org.apache.syncope.ext.openfga.client.model.ListUsersRequest
Packages that use ListUsersRequest
Package
Description
-
Uses of ListUsersRequest in org.apache.syncope.ext.openfga.client.api
Methods in org.apache.syncope.ext.openfga.client.api with parameters of type ListUsersRequestModifier and TypeMethodDescriptionRelationshipQueriesApi.listUsers(String storeId, ListUsersRequest body) List the users matching the provided filter who have a certain relation to a particular type.List the users matching the provided filter who have a certain relation to a particular type.RelationshipQueriesApi.listUsersWithHttpInfo(String storeId, ListUsersRequest body) List the users matching the provided filter who have a certain relation to a particular type.RelationshipQueriesApi.listUsersWithHttpInfo(String storeId, ListUsersRequest body, Map<String, String> headers) List the users matching the provided filter who have a certain relation to a particular type. -
Uses of ListUsersRequest in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ListUsersRequestModifier and TypeMethodDescriptionListUsersRequest._object(ModelObject _object) ListUsersRequest.addContextualTuplesItem(TupleKey contextualTuplesItem) ListUsersRequest.addUserFiltersItem(UserTypeFilter userFiltersItem) ListUsersRequest.authorizationModelId(String authorizationModelId) ListUsersRequest.consistency(ConsistencyPreference consistency) ListUsersRequest.contextualTuples(List<TupleKey> contextualTuples) ListUsersRequest.userFilters(List<UserTypeFilter> userFilters)