Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Class ProtectedPrincipal

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.ProtectedPrincipal
All Implemented Interfaces:
Serializable, Principal
Direct Known Subclasses:
PortalPrincipal, ProtectedPrincipal

public class ProtectedPrincipal
extends Object
implements Principal, Serializable

See Also:
Serialized Form

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

Constructor Detail

ProtectedPrincipal

public ProtectedPrincipal()

ProtectedPrincipal

public ProtectedPrincipal(String name)
Method Detail

equals

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

getName

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

hashCode

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

toString

public String toString()
Specified by:
toString in interface Principal
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3