nu.localhost.tapestry.acegi.services.internal
Class AcegiExceptionTranslationFilter

java.lang.Object
  extended by org.acegisecurity.ui.ExceptionTranslationFilter
      extended by nu.localhost.tapestry.acegi.services.internal.AcegiExceptionTranslationFilter
All Implemented Interfaces:
Filter, org.springframework.beans.factory.InitializingBean

public class AcegiExceptionTranslationFilter
extends org.acegisecurity.ui.ExceptionTranslationFilter

Author:
Ben Alex, Colin Sampaleanu, Robin Helgelin

Constructor Summary
AcegiExceptionTranslationFilter()
           
 
Method Summary
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void setAccessDeniedHandler(org.acegisecurity.ui.AccessDeniedHandler accessDeniedHandler)
           
 
Methods inherited from class org.acegisecurity.ui.ExceptionTranslationFilter
afterPropertiesSet, destroy, getAuthenticationEntryPoint, getAuthenticationTrustResolver, getPortResolver, init, isCreateSessionAllowed, sendStartAuthentication, setAuthenticationEntryPoint, setAuthenticationTrustResolver, setCreateSessionAllowed, setPortResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcegiExceptionTranslationFilter

public AcegiExceptionTranslationFilter()
Method Detail

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Overrides:
doFilter in class org.acegisecurity.ui.ExceptionTranslationFilter
Throws:
IOException
ServletException

setAccessDeniedHandler

public void setAccessDeniedHandler(org.acegisecurity.ui.AccessDeniedHandler accessDeniedHandler)
Overrides:
setAccessDeniedHandler in class org.acegisecurity.ui.ExceptionTranslationFilter


Copyright © 2007-2008 Robin Helgelin. All Rights Reserved.