org.jboss.portal.identity
Class AnonymousRole

java.lang.Object
  extended by org.jboss.portal.identity.AnonymousRole
All Implemented Interfaces:
Role

public class AnonymousRole
extends java.lang.Object
implements Role

Version:
$Revision: 1.1 $
Author:
Boleslaw Dawidowicz

Constructor Summary
AnonymousRole()
           
 
Method Summary
 java.lang.String getDisplayName()
          The role display name used on screens.
 java.lang.Object getId()
          The role identifier.
 java.lang.String getName()
          The role name used in security rules.
 void setDisplayName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonymousRole

public AnonymousRole()
Method Detail

getId

public java.lang.Object getId()
Description copied from interface: Role
The role identifier.

Specified by:
getId in interface Role

getName

public java.lang.String getName()
Description copied from interface: Role
The role name used in security rules. This name can not be modified

Specified by:
getName in interface Role

getDisplayName

public java.lang.String getDisplayName()
Description copied from interface: Role
The role display name used on screens. This name can be modified

Specified by:
getDisplayName in interface Role

setDisplayName

public void setDisplayName(java.lang.String name)
Specified by:
setDisplayName in interface Role