Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMAnyObject
-
Packages that use SCIMAnyObject Package Description org.apache.syncope.core.logic org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMAnyObject in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SCIMAnyObject Modifier and Type Method Description SCIMAnyObject
SCIMDataBinder. toSCIMAnyObject(AnyObjectTO anyObjectTO, String location, List<String> attributes, List<String> excludedAttributes)
Methods in org.apache.syncope.core.logic with parameters of type SCIMAnyObject Modifier and Type Method Description AnyObjectCR
SCIMDataBinder. toAnyObjectCR(SCIMAnyObject anyObject)
AnyObjectTO
SCIMDataBinder. toAnyObjectTO(SCIMAnyObject anyObject, boolean checkSchemas)
-
Uses of SCIMAnyObject in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return SCIMAnyObject Modifier and Type Method Description SCIMAnyObject
SCIMAnyObjectServiceImpl. get(String id, String attributes, String excludedAttributes)
Methods in org.apache.syncope.ext.scimv2.cxf.service that return types with arguments of type SCIMAnyObject Modifier and Type Method Description ListResponse<SCIMAnyObject>
SCIMAnyObjectServiceImpl. search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count)
ListResponse<SCIMAnyObject>
SCIMAnyObjectServiceImpl. search(SCIMSearchRequest request)
Methods in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMAnyObject Modifier and Type Method Description javax.ws.rs.core.Response
SCIMAnyObjectServiceImpl. create(SCIMAnyObject anyObject)
javax.ws.rs.core.Response
SCIMAnyObjectServiceImpl. replace(String id, SCIMAnyObject anyObject)
-