org.jboss.portlet.forums.security
Class RootItemImpl

java.lang.Object
  extended by org.jboss.portlet.forums.security.RootItemImpl
All Implemented Interfaces:
Item

public class RootItemImpl
extends java.lang.Object
implements Item


Constructor Summary
RootItemImpl()
           
 
Method Summary
 java.lang.String getDescription()
          Return a description of the item.
 java.lang.String getName()
          Return the item name.
 PermissionDescription getPermission(java.lang.String name)
           
 java.util.Set getPermissionsNames()
          Returns a set of permissions names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootItemImpl

public RootItemImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Item
Return the item name.

Specified by:
getName in interface Item

getPermissionsNames

public java.util.Set getPermissionsNames()
Description copied from interface: Item
Returns a set of permissions names.

Specified by:
getPermissionsNames in interface Item

getPermission

public PermissionDescription getPermission(java.lang.String name)

getDescription

public java.lang.String getDescription()
Description copied from interface: Item
Return a description of the item.

Specified by:
getDescription in interface Item