org.openmdx.security.auth.servlet.cci
Interface HttpExceptionHandler

All Superinterfaces:
HttpHandler
All Known Implementing Classes:
InsecureExceptionHandler

public interface HttpExceptionHandler
extends HttpHandler

HTTP Exception Handler


Method Summary
 boolean handle(HttpServletRequest request, HttpServletResponse response, LoginException exception, int attempt)
          Propagate te given exception
 
Methods inherited from interface org.openmdx.security.auth.servlet.cci.HttpHandler
destroy, init
 

Method Detail

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.