Liferay 6.1.2-ce-ga3

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:
Serializable, Principal

public class PortalRole
extends PortalPrincipal

See Also:
Serialized Form

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

Liferay 6.1.2-ce-ga3