Package org.apache.syncope.sra.filters
Class ClientCertsToRequestHeaderFilterFactory
java.lang.Object
org.springframework.cloud.gateway.support.AbstractConfigurable<org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig>
org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory<org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig>
org.apache.syncope.sra.filters.ClientCertsToRequestHeaderFilterFactory
- All Implemented Interfaces:
Aware,org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory<org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig>,org.springframework.cloud.gateway.support.Configurable<org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig>,org.springframework.cloud.gateway.support.ShortcutConfigurable,ApplicationEventPublisherAware
public class ClientCertsToRequestHeaderFilterFactory
extends org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory<org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory
org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfigNested 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.factory.GatewayFilterFactory
NAME_KEY, VALUE_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cloud.gateway.filter.GatewayFilterapply(org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig config) Methods inherited from class org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory
enableBodyCaching, getPublisher, setApplicationEventPublisherMethods inherited from class org.springframework.cloud.gateway.support.AbstractConfigurable
getConfigClass, newConfig, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory
apply, apply, apply, getConfigClass, name, newConfigMethods inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable
shortcutFieldOrder, shortcutFieldPrefix, shortcutType
-
Constructor Details
-
ClientCertsToRequestHeaderFilterFactory
public ClientCertsToRequestHeaderFilterFactory()
-
-
Method Details
-
apply
public org.springframework.cloud.gateway.filter.GatewayFilter apply(org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig config)
-