Package org.entur.jwt.spring.camel
Class JwtAuthenticationRoutePolicyFactory
- java.lang.Object
-
- org.entur.jwt.spring.camel.JwtAuthenticationRoutePolicyFactory
-
- All Implemented Interfaces:
org.apache.camel.spi.RoutePolicyFactory
public class JwtAuthenticationRoutePolicyFactory extends java.lang.Object implements org.apache.camel.spi.RoutePolicyFactoryFactory for a policy which sets the authentication header on exchange messages.
-
-
Constructor Summary
Constructors Constructor Description JwtAuthenticationRoutePolicyFactory(JwtAuthenticationProcessor processor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.spi.RoutePolicycreateRoutePolicy(org.apache.camel.CamelContext camelContext, java.lang.String routeId, org.apache.camel.NamedNode route)
-
-
-
Constructor Detail
-
JwtAuthenticationRoutePolicyFactory
public JwtAuthenticationRoutePolicyFactory(JwtAuthenticationProcessor processor)
-
-