Uses of Class
org.nuxeo.scim.server.mapper.AbstractMapper
-
Packages that use AbstractMapper Package Description org.nuxeo.scim.server.jaxrs.usermanager org.nuxeo.scim.server.mapper -
-
Uses of AbstractMapper in org.nuxeo.scim.server.jaxrs.usermanager
Fields in org.nuxeo.scim.server.jaxrs.usermanager declared as AbstractMapper Modifier and Type Field Description protected AbstractMapper
BaseUMObject. mapper
-
Uses of AbstractMapper in org.nuxeo.scim.server.mapper
Subclasses of AbstractMapper in org.nuxeo.scim.server.mapper Modifier and Type Class Description class
ConfigurableUserMapper
Mapper implementation that uses theUserMapperService
class
StaticUserMapper
Static / Hardcoded Mapper implementation (in caseUserMapperService
is not available)Fields in org.nuxeo.scim.server.mapper declared as AbstractMapper Modifier and Type Field Description protected static AbstractMapper
UserMapperFactory. mapper
Methods in org.nuxeo.scim.server.mapper that return AbstractMapper Modifier and Type Method Description static AbstractMapper
UserMapperFactory. getMapper(String baseUrl)
-