Class MappingConnectionManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.authorities.interfaces.MappingConnectionManagerFactory
-
public class MappingConnectionManagerFactory extends java.lang.Object
This is the factory class for mapping connection manager objects.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IMappingConnectionManager
make(IThreadContext tc)
Make an authority connection manager handle.
-
-
-
Method Detail
-
make
public static IMappingConnectionManager make(IThreadContext tc) throws ManifoldCFException
Make an authority connection manager handle.- Parameters:
tc
- is the thread context.- Returns:
- the handle.
- Throws:
ManifoldCFException
-
-