Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.security.auth.http.HttpAuthorizationHeader

Packages that use HttpAuthorizationHeader
com.liferay.portal.kernel.security.auth.http   
 

Uses of HttpAuthorizationHeader in com.liferay.portal.kernel.security.auth.http
 

Methods in com.liferay.portal.kernel.security.auth.http that return HttpAuthorizationHeader
 HttpAuthorizationHeader HttpAuthManager.parse(javax.servlet.http.HttpServletRequest httpServletRequest)
           
static HttpAuthorizationHeader HttpAuthManagerUtil.parse(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 

Methods in com.liferay.portal.kernel.security.auth.http with parameters of type HttpAuthorizationHeader
 void HttpAuthManager.generateChallenge(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, HttpAuthorizationHeader httpAuthorizationHeader)
           
static void HttpAuthManagerUtil.generateChallenge(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, HttpAuthorizationHeader httpAuthorizationHeader)
           
 long HttpAuthManager.getUserId(javax.servlet.http.HttpServletRequest httpServletRequest, HttpAuthorizationHeader httpAuthorizationHeader)
           
static long HttpAuthManagerUtil.getUserId(javax.servlet.http.HttpServletRequest httpServletRequest, HttpAuthorizationHeader httpAuthorizationHeader)
           
 


Liferay 7.0-ce-b4