org.apache.avalon.fortress.impl.role
Class FortressRoleManager
java.lang.Object
|
+--org.apache.avalon.framework.logger.AbstractLogEnabled
|
+--org.apache.avalon.fortress.impl.role.AbstractRoleManager
|
+--org.apache.avalon.fortress.impl.role.FortressRoleManager
- All Implemented Interfaces:
- Initializable, LogEnabled, RoleManager
- public final class FortressRoleManager
- extends AbstractRoleManager
- implements Initializable
The Excalibur Role Manager is used for Excalibur Role Mappings. All of
the information is hard-coded.
- Version:
- CVS $Revision: 1.9 $ $Date: 2003/05/22 14:36:20 $
- Author:
- Avalon Development Team
Fields inherited from interface org.apache.avalon.fortress.RoleManager |
ROLE |
Method Summary |
void |
initialize()
Initialize the role manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FortressRoleManager
public FortressRoleManager()
- Default constructor--this RoleManager has no parent.
FortressRoleManager
public FortressRoleManager(RoleManager parent)
- Alternate constructor--this RoleManager has the specified
parent.
- Parameters:
parent
- The parent RoleManager
.
FortressRoleManager
public FortressRoleManager(RoleManager parent,
ClassLoader loader)
- Alternate constructor--this RoleManager has the specified
parent and a classloader.
- Parameters:
parent
- The parent RoleManager
.loader
- the classloader
initialize
public void initialize()
- Initialize the role manager.
- Specified by:
initialize
in interface Initializable
Copyright © 2000-2002 Apache Avalon Project. All Rights Reserved.