Spring Security Framework

Uses of Interface
org.springframework.security.ui.AccessDeniedHandler

Packages that use AccessDeniedHandler
org.springframework.security.ui Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
 

Uses of AccessDeniedHandler in org.springframework.security.ui
 

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

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


Spring Security Framework

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