public class HttpAuthManagerUtil
extends 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
PortalExceptionpublic static long getDigestUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
throws PortalException
PortalExceptionpublic static long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
HttpAuthorizationHeader httpAuthorizationHeader)
throws PortalException
PortalExceptionpublic static HttpAuthorizationHeader parse(javax.servlet.http.HttpServletRequest httpServletRequest)