Uses of Class
lumis.portal.authentication.http.ContinueOnNextRequestException

Packages that use ContinueOnNextRequestException
lumis.portal.authentication.http Contains the infrastructure for authenticating http requests. 
 

Uses of ContinueOnNextRequestException in lumis.portal.authentication.http
 

Methods in lumis.portal.authentication.http that throw ContinueOnNextRequestException
 String IHttpAuthenticator.authenticate(HttpServletRequest request, HttpServletResponse response)
          Performs the authentication for a given request.
 String HttpHandshakeAuthenticator.authenticate(HttpServletRequest request, HttpServletResponse response)
          Tries to authenticate the request, calling HttpHandshakeAuthenticator.doAuthentication(HttpServletRequest, HttpServletResponse) or HttpHandshakeAuthenticator.requestAuthentication(HttpServletRequest, HttpServletResponse) according to the current state.
protected  String NtlmAuthenticator.doAuthentication(HttpServletRequest request, HttpServletResponse response)
          Do the authentication using the NTLM negotiation result.
protected abstract  String HttpHandshakeAuthenticator.doAuthentication(HttpServletRequest request, HttpServletResponse response)
          Perform the user authentication for the given request.
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.