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 AbstractMapperBaseUMObject. mapper -
Uses of AbstractMapper in org.nuxeo.scim.server.mapper
Subclasses of AbstractMapper in org.nuxeo.scim.server.mapper Modifier and Type Class Description classConfigurableUserMapperMapper implementation that uses theUserMapperServiceclassStaticUserMapperStatic / Hardcoded Mapper implementation (in caseUserMapperServiceis not available)Fields in org.nuxeo.scim.server.mapper declared as AbstractMapper Modifier and Type Field Description protected static AbstractMapperUserMapperFactory. mapperMethods in org.nuxeo.scim.server.mapper that return AbstractMapper Modifier and Type Method Description static AbstractMapperUserMapperFactory. getMapper(String baseUrl)
-