Class JwtAuthenticationRoutePolicy

  • All Implemented Interfaces:
    org.apache.camel.spi.RoutePolicy

    public class JwtAuthenticationRoutePolicy
    extends java.lang.Object
    implements org.apache.camel.spi.RoutePolicy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onExchangeBegin​(org.apache.camel.Route route, org.apache.camel.Exchange exchange)  
      void onExchangeDone​(org.apache.camel.Route route, org.apache.camel.Exchange exchange)  
      void onInit​(org.apache.camel.Route route)  
      void onRemove​(org.apache.camel.Route route)  
      void onResume​(org.apache.camel.Route route)  
      void onStart​(org.apache.camel.Route route)  
      void onStop​(org.apache.camel.Route route)  
      void onSuspend​(org.apache.camel.Route route)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JwtAuthenticationRoutePolicy

        public JwtAuthenticationRoutePolicy​(JwtAuthenticationProcessor jwtAuthenticationToSubjectProcessor)
    • Method Detail

      • onInit

        public void onInit​(org.apache.camel.Route route)
        Specified by:
        onInit in interface org.apache.camel.spi.RoutePolicy
      • onRemove

        public void onRemove​(org.apache.camel.Route route)
        Specified by:
        onRemove in interface org.apache.camel.spi.RoutePolicy
      • onStart

        public void onStart​(org.apache.camel.Route route)
        Specified by:
        onStart in interface org.apache.camel.spi.RoutePolicy
      • onStop

        public void onStop​(org.apache.camel.Route route)
        Specified by:
        onStop in interface org.apache.camel.spi.RoutePolicy
      • onSuspend

        public void onSuspend​(org.apache.camel.Route route)
        Specified by:
        onSuspend in interface org.apache.camel.spi.RoutePolicy
      • onResume

        public void onResume​(org.apache.camel.Route route)
        Specified by:
        onResume in interface org.apache.camel.spi.RoutePolicy
      • onExchangeBegin

        public void onExchangeBegin​(org.apache.camel.Route route,
                                    org.apache.camel.Exchange exchange)
        Specified by:
        onExchangeBegin in interface org.apache.camel.spi.RoutePolicy
      • onExchangeDone

        public void onExchangeDone​(org.apache.camel.Route route,
                                   org.apache.camel.Exchange exchange)
        Specified by:
        onExchangeDone in interface org.apache.camel.spi.RoutePolicy