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