org.zkoss.spring.security.ui
Class ZkExceptionTranslationFilter

java.lang.Object
  extended by org.springframework.web.filter.GenericFilterBean
      extended by org.springframework.security.web.access.ExceptionTranslationFilter
          extended by org.zkoss.spring.security.ui.ZkExceptionTranslationFilter
All Implemented Interfaces:
javax.servlet.Filter, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

public class ZkExceptionTranslationFilter
extends org.springframework.security.web.access.ExceptionTranslationFilter

Default ZkExceptionTranslationFilter used with ZK event exception handling.

Since:
1.0
Author:
henrichen
See Also:
ZkAuthenticationEntryPoint, ZkExceptionTranslationListener

Field Summary
 
Fields inherited from class org.springframework.web.filter.GenericFilterBean
logger
 
Constructor Summary
ZkExceptionTranslationFilter()
           
 
Method Summary
 
Methods inherited from class org.springframework.security.web.access.ExceptionTranslationFilter
afterPropertiesSet, doFilter, getAuthenticationEntryPoint, getAuthenticationTrustResolver, sendStartAuthentication, setAccessDeniedHandler, setAuthenticationEntryPoint, setAuthenticationTrustResolver, setRequestCache, setThrowableAnalyzer
 
Methods inherited from class org.springframework.web.filter.GenericFilterBean
addRequiredProperty, destroy, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkExceptionTranslationFilter

public ZkExceptionTranslationFilter()


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.