|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |