Uses of Class
org.springframework.cloud.gateway.filter.factory.SecureHeadersGatewayFilterFactory.Config
-
Packages that use SecureHeadersGatewayFilterFactory.Config Package Description org.springframework.cloud.gateway.filter.factory org.springframework.cloud.gateway.route.builder -
-
Uses of SecureHeadersGatewayFilterFactory.Config in org.springframework.cloud.gateway.filter.factory
Methods in org.springframework.cloud.gateway.filter.factory that return SecureHeadersGatewayFilterFactory.Config Modifier and Type Method Description SecureHeadersGatewayFilterFactory.ConfigSecureHeadersGatewayFilterFactory.Config. withDefaults(SecureHeadersProperties properties)Methods in org.springframework.cloud.gateway.filter.factory with parameters of type SecureHeadersGatewayFilterFactory.Config Modifier and Type Method Description GatewayFilterSecureHeadersGatewayFilterFactory. 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.Config Modifier and Type Method Description GatewayFilterSpecGatewayFilterSpec. secureHeaders(Consumer<SecureHeadersGatewayFilterFactory.Config> configConsumer)A filter that adds a number of headers to the response at the reccomendation from this blog post.
-