Uses of Class
org.springframework.cloud.gateway.filter.factory.SecureHeadersProperties
-
Packages that use SecureHeadersProperties Package Description org.springframework.cloud.gateway.config org.springframework.cloud.gateway.filter.factory -
-
Uses of SecureHeadersProperties in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return SecureHeadersProperties Modifier and Type Method Description SecureHeadersPropertiesGatewayAutoConfiguration. secureHeadersProperties()Methods in org.springframework.cloud.gateway.config with parameters of type SecureHeadersProperties Modifier and Type Method Description SecureHeadersGatewayFilterFactoryGatewayAutoConfiguration. secureHeadersGatewayFilterFactory(SecureHeadersProperties properties) -
Uses of SecureHeadersProperties in org.springframework.cloud.gateway.filter.factory
Methods in org.springframework.cloud.gateway.filter.factory with parameters of type SecureHeadersProperties Modifier and Type Method Description SecureHeadersGatewayFilterFactory.ConfigSecureHeadersGatewayFilterFactory.Config. withDefaults(SecureHeadersProperties properties)Constructors in org.springframework.cloud.gateway.filter.factory with parameters of type SecureHeadersProperties Constructor Description SecureHeadersGatewayFilterFactory(SecureHeadersProperties properties)
-