package

org.springframework.security.web.access

Access-control related classes and packages.

Interfaces

AccessDeniedHandler Used by ExceptionTranslationFilter to handle an AccessDeniedException
WebInvocationPrivilegeEvaluator Allows users to determine whether they have privileges for a given web URI. 

Classes

AccessDeniedHandlerImpl Base implementation of AccessDeniedHandler
DefaultWebInvocationPrivilegeEvaluator Allows users to determine whether they have privileges for a given web URI. 
ExceptionTranslationFilter Handles any AccessDeniedException and AuthenticationException thrown within the filter chain.