Class ModifyResponseGatewayFilterFactory

java.lang.Object
org.springframework.cloud.gateway.support.AbstractConfigurable<CustomGatewayFilterFactory.Config>
org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory<CustomGatewayFilterFactory.Config>
org.apache.syncope.sra.filters.CustomGatewayFilterFactory
org.apache.syncope.sra.filters.ModifyResponseGatewayFilterFactory
All Implemented Interfaces:
Aware, org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory<CustomGatewayFilterFactory.Config>, org.springframework.cloud.gateway.support.Configurable<CustomGatewayFilterFactory.Config>, org.springframework.cloud.gateway.support.ShortcutConfigurable, ApplicationEventPublisherAware
Direct Known Subclasses:
LinkRewriteGatewayFilterFactory

public abstract class ModifyResponseGatewayFilterFactory extends CustomGatewayFilterFactory
Inspired by ModifyResponseBodyGatewayFilterFactory.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected class 
     

    Nested classes/interfaces inherited from class org.apache.syncope.sra.filters.CustomGatewayFilterFactory

    CustomGatewayFilterFactory.Config

    Nested classes/interfaces inherited from class org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory

    org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig

    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
    Modifier and Type
    Field
    Description
    protected static final Logger
     

    Fields inherited from interface org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory

    NAME_KEY, VALUE_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.cloud.gateway.filter.GatewayFilter
     
    protected abstract byte[]
     
    protected boolean
     

    Methods inherited from class org.apache.syncope.sra.filters.CustomGatewayFilterFactory

    getOrder

    Methods inherited from class org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory

    enableBodyCaching, getPublisher, setApplicationEventPublisher

    Methods inherited from class org.springframework.cloud.gateway.support.AbstractConfigurable

    getConfigClass, newConfig, toString

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory

    apply, apply, apply, getConfigClass, name, newConfig

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

    shortcutFieldOrder, shortcutFieldPrefix, shortcutType