Class OidcTestServiceHandler

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

    public class OidcTestServiceHandler
    extends io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
    • Field Detail

      • vertxInstance

        io.vertx.core.Vertx vertxInstance
    • Constructor Detail

      • OidcTestServiceHandler

        public OidcTestServiceHandler​(io.vertx.core.Vertx vertxInstance,
                                      Duration timeout)
    • Method Detail

      • handlePostAsync

        protected void handlePostAsync​(io.vertx.ext.web.RoutingContext event,
                                       io.vertx.core.MultiMap form)
                                throws Exception
        Overrides:
        handlePostAsync in class io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
        Throws:
        Exception
      • actionSuccess

        protected void actionSuccess​(io.vertx.ext.web.RoutingContext event)
        Overrides:
        actionSuccess in class io.quarkus.devconsole.runtime.spi.DevConsolePostHandler