com.liferay.portal.kernel.security.jaas
Class PortalRole

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

public class PortalRole
extends PortalPrincipal

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
PortalRole()
           
PortalRole(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.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)