Uses of Interface
org.apache.manifoldcf.authorities.interfaces.IAuthorityConnectionManager
-
Packages that use IAuthorityConnectionManager Package Description org.apache.manifoldcf.authorities.authority org.apache.manifoldcf.authorities.interfaces -
-
Uses of IAuthorityConnectionManager in org.apache.manifoldcf.authorities.authority
Classes in org.apache.manifoldcf.authorities.authority that implement IAuthorityConnectionManager Modifier and Type Class Description classAuthorityConnectionManagerImplementation of the authority connection manager functionality. -
Uses of IAuthorityConnectionManager in org.apache.manifoldcf.authorities.interfaces
Methods in org.apache.manifoldcf.authorities.interfaces that return IAuthorityConnectionManager Modifier and Type Method Description static IAuthorityConnectionManagerAuthorityConnectionManagerFactory. make(IThreadContext tc)Make an authority connection manager handle.
-