Uses of Class
org.springframework.cloud.gateway.filter.factory.SecureHeadersGatewayFilterFactory.Config
Packages that use SecureHeadersGatewayFilterFactory.Config
Package
Description
TODO: package javadoc.
-
Uses of SecureHeadersGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factory
Subclasses with type arguments of type SecureHeadersGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factoryModifier and TypeClassDescriptionclassGatewayFilterFactory to provide a route filter that applies security headers to the HTTP response.Methods in org.springframework.cloud.gateway.filter.factory that return SecureHeadersGatewayFilterFactory.ConfigModifier and TypeMethodDescriptionSecureHeadersGatewayFilterFactory.Config.withDefaults(SecureHeadersProperties properties) Methods in org.springframework.cloud.gateway.filter.factory with parameters of type SecureHeadersGatewayFilterFactory.ConfigModifier and TypeMethodDescriptionSecureHeadersGatewayFilterFactory.apply(SecureHeadersGatewayFilterFactory.Config originalConfig) Returns a GatewayFilter that applies security headers to the HTTP response. -
Uses of SecureHeadersGatewayFilterFactory.Config in org.springframework.cloud.gateway.route.builder
Method parameters in org.springframework.cloud.gateway.route.builder with type arguments of type SecureHeadersGatewayFilterFactory.ConfigModifier and TypeMethodDescriptionGatewayFilterSpec.secureHeaders(Consumer<SecureHeadersGatewayFilterFactory.Config> configConsumer) A filter that adds a number of headers to the response at the reccomendation from this blog post.