org.apache.lenya.ac.impl
Class AbstractRole

java.lang.Object
  extended by org.apache.lenya.ac.impl.AbstractItem
      extended by org.apache.lenya.ac.impl.AbstractRole
All Implemented Interfaces:
Item, Role
Direct Known Subclasses:
FileRole

public abstract class AbstractRole
extends AbstractItem
implements Role

A Role embodies the privilege to do certain things.


Constructor Summary
AbstractRole()
          Creates a new instance of Role.
AbstractRole(java.lang.String name)
          Creates a new instance of Role.
 
Method Summary
 
Methods inherited from class org.apache.lenya.ac.impl.AbstractItem
equals, getDescription, getId, getName, hashCode, isValidId, setDescription, setId, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.lenya.ac.Item
configure, getDescription, getId, getName, setConfigurationDirectory, setDescription, setName
 

Constructor Detail

AbstractRole

public AbstractRole()
Creates a new instance of Role.


AbstractRole

public AbstractRole(java.lang.String name)
Creates a new instance of Role.

Parameters:
name - The role name.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.