Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMResource
Packages that use SCIMResource
Package
Description
-
Uses of SCIMResource in org.apache.syncope.ext.scimv2.api.data
Classes in org.apache.syncope.ext.scimv2.api.data with type parameters of type SCIMResourceSubclasses of SCIMResource in org.apache.syncope.ext.scimv2.api.data -
Uses of SCIMResource in org.apache.syncope.ext.scimv2.api.service
Classes in org.apache.syncope.ext.scimv2.api.service with type parameters of type SCIMResource -
Uses of SCIMResource in org.apache.syncope.ext.scimv2.cxf.service
Classes in org.apache.syncope.ext.scimv2.cxf.service with type parameters of type SCIMResourceMethods in org.apache.syncope.ext.scimv2.cxf.service that return SCIMResourceModifier and TypeMethodDescriptionprotected abstract SCIMResourceAbstractSCIMService.getResource(String key) protected SCIMResourceSCIMAnyObjectServiceImpl.getResource(String key) protected SCIMResourceSCIMGroupServiceImpl.getResource(String key) protected SCIMResourceSCIMServiceImpl.getResource(String key) protected SCIMResourceSCIMUserServiceImpl.getResource(String key) Methods in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMResourceModifier and TypeMethodDescriptionprotected ResponseAbstractSCIMService.createResponse(String key, SCIMResource resource) protected ResponseAbstractSCIMService.updateResponse(String key, SCIMResource resource, boolean patch)