Uses of Interface
org.apache.avalon.fortress.RoleManager

Packages that use RoleManager
org.apache.avalon.fortress.impl.role The role package includes classes and interfaces supporting the ECM role abstraction. 
org.apache.avalon.fortress.util The util package includes general unities supporting configuration and context management. 
 

Uses of RoleManager in org.apache.avalon.fortress.impl.role
 

Classes in org.apache.avalon.fortress.impl.role that implement RoleManager
 class AbstractRoleManager
          The Excalibur Role Manager is used for Excalibur Role Mappings.
 class ConfigurableRoleManager
          Configurable RoleManager implementation.
 class ECMRoleManager
          This role manager implementation is able to read ECM based role files.
 class FortressRoleManager
          The Excalibur Role Manager is used for Excalibur Role Mappings.
 

Constructors in org.apache.avalon.fortress.impl.role with parameters of type RoleManager
ServiceMetaManager(RoleManager parent)
          Create a ServiceMetaManager with a parent RoleManager.
Role2MetaInfoManager(RoleManager manager)
           
Role2MetaInfoManager(RoleManager manager, MetaInfoManager parent)
           
FortressRoleManager(RoleManager parent)
          Alternate constructor--this RoleManager has the specified parent.
FortressRoleManager(RoleManager parent, java.lang.ClassLoader loader)
          Alternate constructor--this RoleManager has the specified parent and a classloader.
ECMRoleManager(RoleManager parent)
          Alternate constructor--this RoleManager has the specified parent.
ECMRoleManager(RoleManager parent, java.lang.ClassLoader loader)
          Alternate constructor--this RoleManager has the specified parent and a classloader.
ConfigurableRoleManager(RoleManager parent)
          Alternate constructor--this RoleManager has the specified parent.
ConfigurableRoleManager(RoleManager parent, java.lang.ClassLoader loader)
          Alternate constructor--this RoleManager has the specified parent and a classloader.
AbstractRoleManager(RoleManager parent)
          Alternate constructor--this RoleManager has the specified parent.
AbstractRoleManager(RoleManager parent, java.lang.ClassLoader loader)
          Create an AbstractRoleManager with the specified parent manager and the supplied classloader.
AbstractMetaInfoManager(RoleManager parent)
          Create a MetaInfoManager with a parent manager.
 

Uses of RoleManager in org.apache.avalon.fortress.util
 

Methods in org.apache.avalon.fortress.util that return RoleManager
protected  RoleManager ContextManager.obtainRoleManager()
          Set up a RoleManager for the Container if configuration for it has been supplied.
 

Methods in org.apache.avalon.fortress.util with parameters of type RoleManager
 void FortressConfig.setRoleManager(RoleManager roleManager)
           
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.