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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable
org.springframework.cloud.gateway.support.ShortcutConfigurable.GatewayBeanFactoryResolver, 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_KEYFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void> filter(ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain) intgetOrder()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable
shortcutFieldOrder, shortcutFieldPrefix, shortcutType
-
Constructor Details
-
InternalModifyResponseGatewayFilter
-
-
Method Details
-
filter
public reactor.core.publisher.Mono<Void> filter(ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain) - Specified by:
filterin interfaceorg.springframework.cloud.gateway.filter.GatewayFilter
-
getOrder
public int getOrder()
-