Liferay 7.0-ce-b4

com.liferay.portal.kernel.security.auth.http
Interface HttpAuthManager

All Known Implementing Classes:
HttpAuthManagerImpl

public interface HttpAuthManager


Method Summary
 void generateChallenge(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, HttpAuthorizationHeader httpAuthorizationHeader)
           
 long getBasicUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 long getDigestUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest, HttpAuthorizationHeader httpAuthorizationHeader)
           
 HttpAuthorizationHeader parse(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 

Method Detail

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)

Liferay 7.0-ce-b4