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:
- org.apache.avalon.fortress.RoleManager, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.logger.LogEnabled
public final class FortressRoleManager
- extends AbstractRoleManager
- implements org.apache.avalon.framework.activity.Initializable
The Excalibur Role Manager is used for Excalibur Role Mappings. All of
the information is hard-coded.
- Version:
- CVS $Revision: 1.11 $ $Date: 2004/02/28 15:16:25 $
- Author:
- Avalon Development Team
Fields inherited from interface org.apache.avalon.fortress.RoleManager |
ROLE |
Constructor Summary |
FortressRoleManager()
Default constructor--this RoleManager has no parent. |
FortressRoleManager(org.apache.avalon.fortress.RoleManager parent)
Alternate constructor--this RoleManager has the specified
parent. |
FortressRoleManager(org.apache.avalon.fortress.RoleManager parent,
java.lang.ClassLoader loader)
Alternate constructor--this RoleManager has the specified
parent and a classloader. |
Method Summary |
void |
initialize()
Initialize the role manager. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
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(org.apache.avalon.fortress.RoleManager parent)
- Alternate constructor--this RoleManager has the specified
parent.
- Parameters:
parent
- The parent RoleManager
.
FortressRoleManager
public FortressRoleManager(org.apache.avalon.fortress.RoleManager parent,
java.lang.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 org.apache.avalon.framework.activity.Initializable
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.