Class AspspProfileLoggingContextFilter

  • 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

    @Component
    public class AspspProfileLoggingContextFilter
    extends de.adorsys.psd2.logger.web.AbstractLoggingContextFilter
    Filter for clearing logging context after each request.
    • Field Summary

      • Fields inherited from class org.springframework.web.filter.OncePerRequestFilter

        ALREADY_FILTERED_SUFFIX
      • Fields inherited from class org.springframework.web.filter.GenericFilterBean

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      AspspProfileLoggingContextFilter​(de.adorsys.psd2.logger.context.LoggingContextService loggingContextService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected String getEndpointsPrefix()  
      • Methods inherited from class de.adorsys.psd2.logger.web.AbstractLoggingContextFilter

        doFilterInternal, shouldNotFilter
      • Methods inherited from class org.springframework.web.filter.OncePerRequestFilter

        doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
      • Methods inherited from class org.springframework.web.filter.GenericFilterBean

        addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
    • Constructor Detail

      • AspspProfileLoggingContextFilter

        public AspspProfileLoggingContextFilter​(de.adorsys.psd2.logger.context.LoggingContextService loggingContextService)
    • Method Detail

      • getEndpointsPrefix

        protected String getEndpointsPrefix()
        Specified by:
        getEndpointsPrefix in class de.adorsys.psd2.logger.web.AbstractLoggingContextFilter