Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMAnyObject
Packages that use SCIMAnyObject
-
Uses of SCIMAnyObject in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SCIMAnyObjectModifier and TypeMethodDescriptionSCIMDataBinder.toSCIMAnyObject(AnyObjectTO anyObjectTO, String location, List<String> attributes, List<String> excludedAttributes) Methods in org.apache.syncope.core.logic with parameters of type SCIMAnyObjectModifier and TypeMethodDescriptionSCIMDataBinder.toAnyObjectCR(SCIMAnyObject anyObject) 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 SCIMAnyObjectModifier and TypeMethodDescriptionMethods in org.apache.syncope.ext.scimv2.cxf.service that return types with arguments of type SCIMAnyObjectModifier and TypeMethodDescriptionSCIMAnyObjectServiceImpl.search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count) SCIMAnyObjectServiceImpl.search(SCIMSearchRequest request) Methods in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMAnyObjectModifier and TypeMethodDescriptionSCIMAnyObjectServiceImpl.create(SCIMAnyObject anyObject) SCIMAnyObjectServiceImpl.replace(String id, SCIMAnyObject anyObject)