Package | Description |
---|---|
org.apache.manifoldcf.authorities | |
org.apache.manifoldcf.authorities.authconnmgr | |
org.apache.manifoldcf.authorities.interfaces |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BaseAuthoritiesInitializationCommand.doExecute(IAuthorityConnectorManager mgr) |
protected void |
RegisterAuthority.doExecute(IAuthorityConnectorManager mgr) |
protected void |
SynchronizeAuthorities.doExecute(IAuthorityConnectorManager mgr) |
protected void |
UnRegisterAllAuthorities.doExecute(IAuthorityConnectorManager mgr) |
protected void |
UnRegisterAuthority.doExecute(IAuthorityConnectorManager mgr) |
Modifier and Type | Class and Description |
---|---|
class |
AuthorityConnectorManager
This is the implementation of that authority connector manager.
|
Modifier and Type | Method and Description |
---|---|
static IAuthorityConnectorManager |
AuthorityConnectorManagerFactory.make(IThreadContext tc)
Construct a connector manager.
|