public class HttpAuthManagerUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
generateChallenge(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
HttpAuthorizationHeader httpAuthorizationHeader) |
static long |
getBasicUserId(javax.servlet.http.HttpServletRequest httpServletRequest) |
static long |
getDigestUserId(javax.servlet.http.HttpServletRequest httpServletRequest) |
static long |
getUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
HttpAuthorizationHeader httpAuthorizationHeader) |
static HttpAuthorizationHeader |
parse(javax.servlet.http.HttpServletRequest httpServletRequest) |
public static void generateChallenge(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, HttpAuthorizationHeader httpAuthorizationHeader)
public static long getBasicUserId(javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException
PortalException
public static long getDigestUserId(javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException
PortalException
public static long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest, HttpAuthorizationHeader httpAuthorizationHeader) throws PortalException
PortalException
public static HttpAuthorizationHeader parse(javax.servlet.http.HttpServletRequest httpServletRequest)