org.openmdx.security.auth.servlet.cci
Interface HttpExceptionHandler
- All Superinterfaces:
- HttpHandler
- All Known Implementing Classes:
- InsecureExceptionHandler
public interface HttpExceptionHandler
- extends HttpHandler
HTTP Exception Handler
handle
boolean handle(HttpServletRequest request,
HttpServletResponse response,
LoginException exception,
int attempt)
throws IOException
- Propagate te given exception
- Parameters:
request - response - exception - attempt - the number of times login has been started or re-started
on the assoicated LoginContext, or -1 if unknown
- Returns:
true if the authentication sequence should be
terminated, false if it should be re-started with the same
LoginContext.
- Throws:
IOException
This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.