Package org.nuxeo.scim.server.mapper
Class UserMapperFactory
- java.lang.Object
-
- org.nuxeo.scim.server.mapper.UserMapperFactory
-
public class UserMapperFactory extends Object
factory to get the Mapper implementation- Since:
- 7.4
- Author:
- tiry
-
-
Field Summary
Fields Modifier and Type Field Description protected static AbstractMapper
mapper
-
Constructor Summary
Constructors Constructor Description UserMapperFactory()
-
-
-
Field Detail
-
mapper
protected static AbstractMapper mapper
-
-
Method Detail
-
getMapper
public static AbstractMapper getMapper(String baseUrl)
-
-