Class MappingConnectorManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.authorities.interfaces.MappingConnectorManagerFactory
-
public class MappingConnectorManagerFactory extends java.lang.ObjectThis class is the factory for the Mapping Connector Manager.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringconnMgr
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IMappingConnectorManagermake(IThreadContext tc)Construct a connector manager.
-
-
-
Field Detail
-
connMgr
protected static final java.lang.String connMgr
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
public static IMappingConnectorManager make(IThreadContext tc) throws ManifoldCFException
Construct a connector manager.- Parameters:
tc- is the thread context.- Returns:
- the connector manager handle.
- Throws:
ManifoldCFException
-
-