Uses of Interface
org.springframework.security.web.access.AccessDeniedHandler

Packages that use AccessDeniedHandler
org.springframework.security.web.access Access-control related classes and packages. 
 

Uses of AccessDeniedHandler in org.springframework.security.web.access
 

Classes in org.springframework.security.web.access that implement AccessDeniedHandler
 class AccessDeniedHandlerImpl
          Base implementation of AccessDeniedHandler.
 

Methods in org.springframework.security.web.access with parameters of type AccessDeniedHandler
 void ExceptionTranslationFilter.setAccessDeniedHandler(AccessDeniedHandler accessDeniedHandler)
           
 



Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.