Uses of Interface
org.mycore.access.MCRAccessInterface

Packages that use MCRAccessInterface
org.mycore.access   
org.mycore.access.mcrimpl   
 

Uses of MCRAccessInterface in org.mycore.access
 

Classes in org.mycore.access that implement MCRAccessInterface
 class MCRAccessBaseImpl
          This class is a base implementation of the MCRAccessInterface.
 

Methods in org.mycore.access that return MCRAccessInterface
static MCRAccessInterface MCRAccessManager.getAccessImpl()
           
static MCRAccessInterface MCRAccessBaseImpl.instance()
          The method return a singleton instance of MCRAccessInterface.
 

Uses of MCRAccessInterface in org.mycore.access.mcrimpl
 

Classes in org.mycore.access.mcrimpl that implement MCRAccessInterface
 class MCRAccessControlSystem
          MyCoRe-Standard Implementation of the MCRAccessInterface Maps object ids to rules
 

Methods in org.mycore.access.mcrimpl that return MCRAccessInterface
static MCRAccessInterface MCRAccessControlSystem.instance()