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
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
Methods in org.apache.syncope.ext.scimv2.cxf.service that return SCIMResource Modifier and Type Method Description protected SCIMResource
SCIMGroupServiceImpl. getResource(String key)
protected SCIMResource
SCIMServiceImpl. getResource(String key)
protected SCIMResource
SCIMUserServiceImpl. getResource(String key)
-