Class CallbackHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

    public class CallbackHandler
    extends java.lang.Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    Callback handler for Vert.x pac4j binding. This handler finishes the stateful authentication process.
    Since:
    1.0.0
    Author:
    Michael Remond
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static io.vertx.core.logging.Logger LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(io.vertx.ext.web.RoutingContext event)  
      • Methods inherited from class java.lang.Object

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

      • LOG

        protected static final io.vertx.core.logging.Logger LOG
    • Constructor Detail

      • CallbackHandler

        public CallbackHandler​(io.vertx.core.Vertx vertx,
                               org.pac4j.core.context.session.SessionStore<VertxWebContext> sessionStore,
                               org.pac4j.core.config.Config config,
                               CallbackHandlerOptions options)
    • Method Detail

      • handle

        public void handle​(io.vertx.ext.web.RoutingContext event)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>