com.liferay.portal.security.jaas
Class PortalGroup

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.PortalGroup
              extended by com.liferay.portal.security.jaas.PortalGroup
All Implemented Interfaces:
java.io.Serializable, java.security.acl.Group, java.security.Principal

Deprecated. This class has been repackaged at com.liferay.portal.kernel.security.jaas.

public class PortalGroup
extends com.liferay.portal.kernel.security.jaas.PortalGroup

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
PortalGroup(java.lang.String groupName)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.security.jaas.PortalGroup
addMember, isMember, members, removeMember
 
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
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Constructor Detail

PortalGroup

public PortalGroup(java.lang.String groupName)
Deprecated.