Package org.apache.syncope.sra.filters
Class AddRefererFilterFactory
- java.lang.Object
-
- org.springframework.cloud.gateway.support.AbstractConfigurable<C>
-
- org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory<CustomGatewayFilterFactory.Config>
-
- org.apache.syncope.sra.filters.CustomGatewayFilterFactory
-
- org.apache.syncope.sra.filters.AddRefererFilterFactory
-
- 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
public class AddRefererFilterFactory extends CustomGatewayFilterFactory
-
-
Nested Class Summary
-
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.GatewayEvaluationContext, org.springframework.cloud.gateway.support.ShortcutConfigurable.RestrictivePropertyAccessor, org.springframework.cloud.gateway.support.ShortcutConfigurable.ShortcutType
-
-
Constructor Summary
Constructors Constructor Description AddRefererFilterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.cloud.gateway.filter.GatewayFilter
apply(CustomGatewayFilterFactory.Config config)
-
Methods inherited from class org.apache.syncope.sra.filters.CustomGatewayFilterFactory
getOrder
-
Methods inherited from class org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory
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
-
-
-
-
Method Detail
-
apply
public org.springframework.cloud.gateway.filter.GatewayFilter apply(CustomGatewayFilterFactory.Config config)
- Specified by:
apply
in interfaceorg.springframework.cloud.gateway.filter.factory.GatewayFilterFactory<CustomGatewayFilterFactory.Config>
- Specified by:
apply
in classCustomGatewayFilterFactory
-
-