org.apache.jetspeed.components.portletentity
Class PortletEntityImpl.PortletEntityUserPrincipal

java.lang.Object
  extended by org.apache.jetspeed.components.portletentity.PortletEntityImpl.PortletEntityUserPrincipal
All Implemented Interfaces:
Principal
Enclosing class:
PortletEntityImpl

 class PortletEntityImpl.PortletEntityUserPrincipal
extends Object
implements Principal


Field Summary
(package private)  String name
           
 
Constructor Summary
protected PortletEntityImpl.PortletEntityUserPrincipal(String name)
           
 
Method Summary
 boolean equals(Object obj)
           equals
 String getName()
           getName
 int hashCode()
           hashCode
 String toString()
           toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

String name
Constructor Detail

PortletEntityImpl.PortletEntityUserPrincipal

protected PortletEntityImpl.PortletEntityUserPrincipal(String name)
Method Detail

getName

public String getName()

getName

Specified by:
getName in interface Principal
Returns:
See Also:
Principal.getName()

equals

public boolean equals(Object obj)

equals

Specified by:
equals in interface Principal
Overrides:
equals in class Object
Parameters:
obj -
Returns:
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()

hashCode

Specified by:
hashCode in interface Principal
Overrides:
hashCode in class Object
Returns:
See Also:
Object.hashCode()

toString

public String toString()

toString

Specified by:
toString in interface Principal
Overrides:
toString in class Object
Returns:
See Also:
Object.toString()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.