Package de.adorsys.psd2.xs2a.web.filter
Class AbstractXs2aFilter
- java.lang.Object
-
- org.springframework.web.filter.GenericFilterBean
-
- org.springframework.web.filter.OncePerRequestFilter
-
- de.adorsys.psd2.xs2a.web.filter.GlobalAbstractExceptionFilter
-
- de.adorsys.psd2.xs2a.web.filter.AbstractXs2aFilter
-
- All Implemented Interfaces:
javax.servlet.Filter,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable,org.springframework.web.context.ServletContextAware
- Direct Known Subclasses:
ContentCachingWrappingFilter,OauthModeFilter,QwacCertificateFilter,SignatureFilter,Xs2aLoggingContextFilter
public abstract class AbstractXs2aFilter extends GlobalAbstractExceptionFilter
Abstract filter that will be executed only once and will be applied only to XS2A endpoints.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractXs2aFilter(TppErrorMessageWriter tppErrorMessageWriter, Xs2aEndpointChecker xs2aEndpointChecker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanshouldNotFilter(javax.servlet.http.HttpServletRequest request)-
Methods inherited from class de.adorsys.psd2.xs2a.web.filter.GlobalAbstractExceptionFilter
doFilterInternal, doFilterInternalCustom
-
Methods inherited from class org.springframework.web.filter.OncePerRequestFilter
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
-
-
-
-
Constructor Detail
-
AbstractXs2aFilter
protected AbstractXs2aFilter(TppErrorMessageWriter tppErrorMessageWriter, Xs2aEndpointChecker xs2aEndpointChecker)
-
-