Class AuthorityConnectorManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.authorities.interfaces.AuthorityConnectorManagerFactory
-
public class AuthorityConnectorManagerFactory extends java.lang.ObjectThis class is the factory for the Authority 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 IAuthorityConnectorManagermake(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 IAuthorityConnectorManager make(IThreadContext tc) throws ManifoldCFException
Construct a connector manager.- Parameters:
tc- is the thread context.- Returns:
- the connector manager handle.
- Throws:
ManifoldCFException
-
-