org.hippoecm.hst.security
Class TransientRole

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

public class TransientRole
extends Object
implements Role

TransientRole

Version:
$Id$
See Also:
Serialized Form

Constructor Summary
TransientRole()
           
TransientRole(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

TransientRole

public TransientRole()

TransientRole

public TransientRole(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.