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.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_KEY

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Void>
    filter(ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain)
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable

    shortcutFieldOrder, shortcutFieldPrefix, shortcutType
  • Constructor Details

  • Method Details

    • filter

      public reactor.core.publisher.Mono<Void> filter(ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain)
      Specified by:
      filter in interface org.springframework.cloud.gateway.filter.GatewayFilter
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface Ordered