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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.FilterRegistrationBean
<jakarta.servlet.Filter> org.springframework.boot.web.servlet.FilterRegistrationBean
<jakarta.servlet.Filter> org.springframework.boot.web.servlet.FilterRegistrationBean
<jakarta.servlet.Filter> org.springframework.boot.web.servlet.FilterRegistrationBean
<jakarta.servlet.Filter> org.springframework.boot.web.servlet.FilterRegistrationBean
<jakarta.servlet.Filter> org.springframework.boot.web.servlet.FilterRegistrationBean
<jakarta.servlet.Filter> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
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()
-