Uses of Class
lumis.portal.authentication.http.ContinueOnNextRequestException
-
Packages that use ContinueOnNextRequestException Package Description 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 Modifier and Type Method Description String
HttpHandshakeAuthenticator. authenticate(HttpServletRequest request, HttpServletResponse response)
Tries to authenticate the request, callingHttpHandshakeAuthenticator.doAuthentication(HttpServletRequest, HttpServletResponse)
orHttpHandshakeAuthenticator.requestAuthentication(HttpServletRequest, HttpServletResponse)
according to the current state.String
IHttpAuthenticator. authenticate(HttpServletRequest request, HttpServletResponse response)
Performs the authentication for a given request.protected abstract String
HttpHandshakeAuthenticator. doAuthentication(HttpServletRequest request, HttpServletResponse response)
Perform the user authentication for the given request.protected String
SpnegoAuthenticator. doAuthentication(HttpServletRequest request, HttpServletResponse response)
-