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 SCIMAnyObjectSCIMDataBinder. 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 AnyObjectCRSCIMDataBinder. toAnyObjectCR(SCIMAnyObject anyObject)AnyObjectTOSCIMDataBinder. 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 SCIMAnyObjectSCIMAnyObjectServiceImpl. 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.ResponseSCIMAnyObjectServiceImpl. create(SCIMAnyObject anyObject)javax.ws.rs.core.ResponseSCIMAnyObjectServiceImpl. replace(String id, SCIMAnyObject anyObject)
-