Uses of Class
org.apache.syncope.ext.scimv2.api.data.ListResponse
Packages that use ListResponse
Package
Description
-
Uses of ListResponse in org.apache.syncope.ext.scimv2.api.service
Methods in org.apache.syncope.ext.scimv2.api.service that return ListResponse -
Uses of ListResponse in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return ListResponseModifier and TypeMethodDescriptionSCIMGroupServiceImpl.search
(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count) SCIMGroupServiceImpl.search
(SCIMSearchRequest request) SCIMUserServiceImpl.search
(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count) SCIMUserServiceImpl.search
(SCIMSearchRequest request)