Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class PrincipalThreadLocal

java.lang.Object
  extended by com.liferay.portal.security.auth.PrincipalThreadLocal

public class PrincipalThreadLocal
extends Object


Constructor Summary
PrincipalThreadLocal()
           
 
Method Summary
static String getName()
           
static String getPassword()
           
static long getUserId()
           
static void setName(long name)
           
static void setName(String name)
           
static void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalThreadLocal

public PrincipalThreadLocal()
Method Detail

getName

public static String getName()

getPassword

public static String getPassword()

getUserId

public static long getUserId()

setName

public static void setName(long name)

setName

public static void setName(String name)

setPassword

public static void setPassword(String password)

Liferay 6.2-ce-ga5