Package org.apache.syncope.sra.filters
Class ModifyResponseGatewayFilterFactory.InternalModifyResponseGatewayFilter
- java.lang.Object
-
- org.apache.syncope.sra.filters.ModifyResponseGatewayFilterFactory.InternalModifyResponseGatewayFilter
-
- All Implemented Interfaces:
org.springframework.cloud.gateway.filter.GatewayFilter
,org.springframework.cloud.gateway.support.ShortcutConfigurable
,Ordered
- Enclosing class:
- ModifyResponseGatewayFilterFactory
protected class ModifyResponseGatewayFilterFactory.InternalModifyResponseGatewayFilter extends Object implements org.springframework.cloud.gateway.filter.GatewayFilter, Ordered
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable
org.springframework.cloud.gateway.support.ShortcutConfigurable.GatewayEvaluationContext, org.springframework.cloud.gateway.support.ShortcutConfigurable.RestrictivePropertyAccessor, org.springframework.cloud.gateway.support.ShortcutConfigurable.ShortcutType
-
-
Field Summary
-
Fields inherited from interface org.springframework.cloud.gateway.filter.GatewayFilter
NAME_KEY, VALUE_KEY
-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
-
Constructor Summary
Constructors Constructor Description InternalModifyResponseGatewayFilter(CustomGatewayFilterFactory.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>
filter(ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain)
int
getOrder()
-
-
-
Constructor Detail
-
InternalModifyResponseGatewayFilter
public InternalModifyResponseGatewayFilter(CustomGatewayFilterFactory.Config config)
-
-
Method Detail
-
filter
public reactor.core.publisher.Mono<Void> filter(ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain)
- Specified by:
filter
in interfaceorg.springframework.cloud.gateway.filter.GatewayFilter
-
-