org.pentaho.platform.engine.security
Class SimpleUser

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

public class SimpleUser
extends Object
implements IPermissionRecipient


Constructor Summary
SimpleUser(String userName)
           
 
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

SimpleUser

public SimpleUser(String userName)
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