com.liferay.portal.kernel.security.auth.http
Interface HttpAuthManager
- All Known Implementing Classes:
- HttpAuthManagerImpl
public interface HttpAuthManager
generateChallenge
void generateChallenge(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
HttpAuthorizationHeader httpAuthorizationHeader)
getBasicUserId
long getBasicUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
throws PortalException
- Throws:
PortalException
getDigestUserId
long getDigestUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
throws PortalException
- Throws:
PortalException
getUserId
long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
HttpAuthorizationHeader httpAuthorizationHeader)
throws PortalException
- Throws:
PortalException
parse
HttpAuthorizationHeader parse(javax.servlet.http.HttpServletRequest httpServletRequest)