Uses of Class
org.springframework.cloud.gateway.filter.factory.SecureHeadersGatewayFilterFactory.Config
Packages that use SecureHeadersGatewayFilterFactory.Config
Package
Description
-
Uses of SecureHeadersGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factory
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) -
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.