Package org.springframework.security.web.access
package org.springframework.security.web.access
Access-control related classes and packages.
-
ClassDescriptionUsed by
ExceptionTranslationFilter
to handle anAccessDeniedException
.Base implementation ofAccessDeniedHandler
.An implementation ofWebInvocationPrivilegeEvaluator
which delegates the checks to an instance ofAuthorizationManager
Allows users to determine whether they have privileges for a given web URI.AnAccessDeniedHandler
that delegates to otherAccessDeniedHandler
instances based upon the type ofAccessDeniedException
passed intoDelegatingAccessDeniedHandler.handle(HttpServletRequest, HttpServletResponse, AccessDeniedException)
.Handles anyAccessDeniedException
andAuthenticationException
thrown within the filter chain.AnAccessDeniedHandler
that delegates to otherAccessDeniedHandler
instances based upon the type ofHttpServletRequest
passed intoRequestMatcherDelegatingAccessDeniedHandler.handle(HttpServletRequest, HttpServletResponse, AccessDeniedException)
.AWebInvocationPrivilegeEvaluator
which delegates to a list ofWebInvocationPrivilegeEvaluator
based on aRequestMatcher
evaluationAllows users to determine whether they have privileges for a given web URI.