Class RegisterServletFilters

java.lang.Object
org.frankframework.console.configuration.RegisterServletFilters
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Configuration public class RegisterServletFilters extends Object implements org.springframework.context.ApplicationContextAware
Configuration class (without annotation so it's not picked up automatically) to register all Filters.
  • Constructor Details

    • RegisterServletFilters

      public RegisterServletFilters()
  • Method Details

    • createCorsFilter

      @Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<jakarta.servlet.Filter> createCorsFilter()
    • createCSPFilter

      @Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<jakarta.servlet.Filter> createCSPFilter()
    • createCacheControlFilter

      @Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<jakarta.servlet.Filter> createCacheControlFilter()
    • createWeakShallowEtagFilter

      @Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<jakarta.servlet.Filter> createWeakShallowEtagFilter()
    • createCsrfCookieFilter

      @Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<jakarta.servlet.Filter> createCsrfCookieFilter()
    • createSecurityLogFilter

      @Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<jakarta.servlet.Filter> createSecurityLogFilter()