Class OidcTestServiceHandler
- java.lang.Object
-
- io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
-
- io.quarkus.oidc.deployment.devservices.OidcTestServiceHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class OidcTestServiceHandler extends io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Durationtimeout(package private) io.vertx.core.VertxvertxInstance
-
Constructor Summary
Constructors Constructor Description OidcTestServiceHandler(io.vertx.core.Vertx vertxInstance, Duration timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactionSuccess(io.vertx.ext.web.RoutingContext event)protected voidhandlePostAsync(io.vertx.ext.web.RoutingContext event, io.vertx.core.MultiMap form)
-
-
-
Field Detail
-
vertxInstance
io.vertx.core.Vertx vertxInstance
-
timeout
Duration timeout
-
-
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:
handlePostAsyncin classio.quarkus.devconsole.runtime.spi.DevConsolePostHandler- Throws:
Exception
-
actionSuccess
protected void actionSuccess(io.vertx.ext.web.RoutingContext event)
- Overrides:
actionSuccessin classio.quarkus.devconsole.runtime.spi.DevConsolePostHandler
-
-