Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMResource
-
Packages that use SCIMResource Package Description org.apache.syncope.ext.scimv2.api.data org.apache.syncope.ext.scimv2.api.service org.apache.syncope.ext.scimv2.cxf.service -
-
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 SCIMResource Modifier and Type Class Description class
ListResponse<R extends SCIMResource>
Subclasses of SCIMResource in org.apache.syncope.ext.scimv2.api.data Modifier and Type Class Description class
SCIMAnyObject
class
SCIMGroup
class
SCIMUser
-
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 Modifier and Type Interface Description interface
SCIMResourceService<R extends 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 SCIMResource Modifier and Type Class Description class
AbstractSCIMService<R extends SCIMResource>
Methods in org.apache.syncope.ext.scimv2.cxf.service that return SCIMResource Modifier and Type Method Description protected abstract SCIMResource
AbstractSCIMService. getResource(String key)
protected SCIMResource
SCIMAnyObjectServiceImpl. getResource(String key)
protected SCIMResource
SCIMGroupServiceImpl. getResource(String key)
protected SCIMResource
SCIMServiceImpl. getResource(String key)
protected SCIMResource
SCIMUserServiceImpl. getResource(String key)
Methods in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMResource Modifier and Type Method Description protected javax.ws.rs.core.Response
AbstractSCIMService. createResponse(String key, SCIMResource resource)
protected javax.ws.rs.core.Response
AbstractSCIMService. updateResponse(String key, SCIMResource resource, boolean patch)
-