Package org.springframework.security.web.access
Access-control related classes and packages.
-
Interface Summary Interface Description AccessDeniedHandler Used byExceptionTranslationFilter
to handle anAccessDeniedException
.WebInvocationPrivilegeEvaluator Allows users to determine whether they have privileges for a given web URI. -
Class Summary Class Description AccessDeniedHandlerImpl Base implementation ofAccessDeniedHandler
.DefaultWebInvocationPrivilegeEvaluator Allows users to determine whether they have privileges for a given web URI.DelegatingAccessDeniedHandler AnAccessDeniedHandler
that delegates to otherAccessDeniedHandler
instances based upon the type ofAccessDeniedException
passed intoDelegatingAccessDeniedHandler.handle(HttpServletRequest, HttpServletResponse, AccessDeniedException)
.ExceptionTranslationFilter Handles anyAccessDeniedException
andAuthenticationException
thrown within the filter chain.RequestMatcherDelegatingAccessDeniedHandler AnAccessDeniedHandler
that delegates to otherAccessDeniedHandler
instances based upon the type ofHttpServletRequest
passed intoRequestMatcherDelegatingAccessDeniedHandler.handle(HttpServletRequest, HttpServletResponse, AccessDeniedException)
.