org.apache.manifoldcf.authorities.interfaces
Class AuthorityConnectorManagerFactory

java.lang.Object
  extended by org.apache.manifoldcf.authorities.interfaces.AuthorityConnectorManagerFactory

public class AuthorityConnectorManagerFactory
extends java.lang.Object

This class is the factory for the Authority Connector Manager.


Field Summary
protected static java.lang.String connMgr
           
 
Method Summary
static IAuthorityConnectorManager make(IThreadContext tc)
          Construct a connector manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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