Liferay 6.1.2-ce-ga3

com.liferay.util.servlet
Class ProtectedPrincipal

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.ProtectedPrincipal
      extended by com.liferay.util.servlet.ProtectedPrincipal
All Implemented Interfaces:
Serializable, Principal

Deprecated. Moved to ProtectedPrincipal

public class ProtectedPrincipal
extends ProtectedPrincipal

See Also:
Serialized Form

Constructor Summary
ProtectedPrincipal()
          Deprecated.  
ProtectedPrincipal(String name)
          Deprecated.  
 
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

ProtectedPrincipal

public ProtectedPrincipal()
Deprecated. 

ProtectedPrincipal

public ProtectedPrincipal(String name)
Deprecated. 

Liferay 6.1.2-ce-ga3