com.liferay.portal.security.jaas
Class PortalRole

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

public class PortalRole
extends PortalPrincipal

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

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

PortalRole

public PortalRole()

PortalRole

public PortalRole(java.lang.String name)