public interface

AccessDeniedHandler

org.springframework.security.web.access.AccessDeniedHandler
Known Indirect Subclasses

Class Overview

Used by ExceptionTranslationFilter to handle an AccessDeniedException.

Summary

Public Methods
abstract void handle(HttpServletRequest request, HttpServletResponse response, AccessDeniedException accessDeniedException)
Handles an access denied failure.

Public Methods

public abstract void handle (HttpServletRequest request, HttpServletResponse response, AccessDeniedException accessDeniedException)

Handles an access denied failure.

Parameters
request that resulted in an AccessDeniedException
response so that the user agent can be advised of the failure
accessDeniedException that caused the invocation
Throws
IOException in the event of an IOException
ServletException in the event of a ServletException