See: Description
Interface | Description |
---|---|
AccessDeniedHandler |
Used by
ExceptionTranslationFilter to handle an
AccessDeniedException . |
WebInvocationPrivilegeEvaluator |
Allows users to determine whether they have privileges for a given web URI.
|
Class | Description |
---|---|
AccessDeniedHandlerImpl |
Base implementation of
AccessDeniedHandler . |
DefaultWebInvocationPrivilegeEvaluator |
Allows users to determine whether they have privileges for a given web URI.
|
DelegatingAccessDeniedHandler |
An
AccessDeniedHandler that delegates to other AccessDeniedHandler
instances based upon the type of AccessDeniedException passed into
DelegatingAccessDeniedHandler.handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) . |
ExceptionTranslationFilter |
Handles any
AccessDeniedException and AuthenticationException
thrown within the filter chain. |