org.pentaho.platform.engine.security
Class SimpleRole

java.lang.Object
  extended by org.pentaho.platform.engine.security.SimpleRole
All Implemented Interfaces:
IPermissionRecipient

public class SimpleRole
extends Object
implements IPermissionRecipient


Constructor Summary
SimpleRole(String roleName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleRole

public SimpleRole(String roleName)
Method Detail

getName

public String getName()
Specified by:
getName in interface IPermissionRecipient

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object