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

Packages that use AccessDeniedHandler
org.springframework.security.web.access   
 

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-2009 SpringSource, Inc. All Rights Reserved.