Uses of Class
org.apache.syncope.sra.filters.CustomGatewayFilterFactory.Config
-
Packages that use CustomGatewayFilterFactory.Config Package Description org.apache.syncope.sra.filters -
-
Uses of CustomGatewayFilterFactory.Config in org.apache.syncope.sra.filters
Methods in org.apache.syncope.sra.filters with parameters of type CustomGatewayFilterFactory.Config Modifier and Type Method Description org.springframework.cloud.gateway.filter.GatewayFilterAddRefererFilterFactory. apply(CustomGatewayFilterFactory.Config config)abstract org.springframework.cloud.gateway.filter.GatewayFilterCustomGatewayFilterFactory. apply(CustomGatewayFilterFactory.Config config)org.springframework.cloud.gateway.filter.GatewayFilterModifyResponseGatewayFilterFactory. apply(CustomGatewayFilterFactory.Config config)protected byte[]LinkRewriteGatewayFilterFactory. modifyResponse(InputStream responseBody, CustomGatewayFilterFactory.Config config, ServerHttpResponseDecorator decorator, ServerWebExchange exchange)protected abstract byte[]ModifyResponseGatewayFilterFactory. modifyResponse(InputStream responseBody, CustomGatewayFilterFactory.Config config, ServerHttpResponseDecorator decorator, ServerWebExchange exchange)Constructors in org.apache.syncope.sra.filters with parameters of type CustomGatewayFilterFactory.Config Constructor Description InternalModifyResponseGatewayFilter(CustomGatewayFilterFactory.Config config)
-