Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMSearchRequest
-
Packages that use SCIMSearchRequest Package Description org.apache.syncope.ext.scimv2.api.service org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMSearchRequest in org.apache.syncope.ext.scimv2.api.service
Methods in org.apache.syncope.ext.scimv2.api.service with parameters of type SCIMSearchRequest Modifier and Type Method Description ListResponse<R>
SCIMResourceService. search(SCIMSearchRequest request)
-
Uses of SCIMSearchRequest in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMSearchRequest Modifier and Type Method Description ListResponse<SCIMGroup>
SCIMGroupServiceImpl. search(SCIMSearchRequest request)
ListResponse<SCIMUser>
SCIMUserServiceImpl. search(SCIMSearchRequest request)
-