Liferay 6.0.5

com.liferay.portal.security.auth
Class AuthTokenUtil

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

public class AuthTokenUtil
extends Object


Constructor Summary
AuthTokenUtil()
           
 
Method Summary
static void check(javax.servlet.http.HttpServletRequest request)
           
static AuthToken getAuthToken()
           
static String getToken(javax.servlet.http.HttpServletRequest request)
           
static String getToken(javax.servlet.http.HttpServletRequest request, long plid, String portletId)
           
 void setAuthToken(AuthToken authToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthTokenUtil

public AuthTokenUtil()
Method Detail

check

public static void check(javax.servlet.http.HttpServletRequest request)
                  throws PortalException
Throws:
PortalException

getAuthToken

public static AuthToken getAuthToken()

getToken

public static String getToken(javax.servlet.http.HttpServletRequest request)

getToken

public static String getToken(javax.servlet.http.HttpServletRequest request,
                              long plid,
                              String portletId)

setAuthToken

public void setAuthToken(AuthToken authToken)

Liferay 6.0.5