org.springframework.security.web.access
Interface AccessDeniedHandler
- All Known Implementing Classes:
- AccessDeniedHandlerImpl
public interface AccessDeniedHandler
Used by ExceptionTranslationFilter
to handle an
AccessDeniedException
.
- Version:
- $Id: AccessDeniedHandler.java 3640 2009-05-04 14:24:54Z ltaylor $
- Author:
- Ben Alex
handle
void handle(HttpServletRequest request,
HttpServletResponse response,
AccessDeniedException accessDeniedException)
throws IOException,
ServletException
- Handles an access denied failure.
- Parameters:
request
- that resulted in an AccessDeniedException
response
- so that the user agent can be advised of the failureaccessDeniedException
- that caused the invocation
- Throws:
IOException
- in the event of an IOException
ServletException
- in the event of a ServletException
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.