com.liferay.portal.security.jaas
Class PortalPrincipal

java.lang.Object
  extended bycom.liferay.util.servlet.ProtectedPrincipal
      extended bycom.liferay.portal.security.jaas.PortalPrincipal
All Implemented Interfaces:
java.security.Principal, java.io.Serializable
Direct Known Subclasses:
PortalGroup, PortalRole

public class PortalPrincipal
extends com.liferay.util.servlet.ProtectedPrincipal

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
PortalPrincipal()
           
PortalPrincipal(java.lang.String name)
           
 
Methods inherited from class com.liferay.util.servlet.ProtectedPrincipal
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalPrincipal

public PortalPrincipal()

PortalPrincipal

public PortalPrincipal(java.lang.String name)