org.hippoecm.hst.security
Class TransientUser

java.lang.Object
  extended by org.hippoecm.hst.security.TransientUser
All Implemented Interfaces:
Serializable, Principal, User

public class TransientUser
extends Object
implements User

TransientUser

Version:
$Id$
See Also:
Serialized Form

Constructor Summary
TransientUser()
           
TransientUser(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
toString
 

Constructor Detail

TransientUser

public TransientUser()

TransientUser

public TransientUser(String name)
Method Detail

getName

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

equals

public boolean equals(Object o)
Specified by:
equals in interface Principal
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Principal
Overrides:
hashCode in class Object


Copyright © 2008-2012 Hippo. All Rights Reserved.