Class OidcPasswordClientCredHandler
- java.lang.Object
-
- io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
-
- io.quarkus.oidc.deployment.devservices.OidcPasswordClientCredHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class OidcPasswordClientCredHandler extends io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Map<String,String>clientCredGrantOptions(package private) Map<String,String>passwordGrantOptions(package private) Durationtimeout(package private) Map<String,String>users(package private) io.vertx.core.VertxvertxInstance
-
Constructor Summary
Constructors Constructor Description OidcPasswordClientCredHandler(io.vertx.core.Vertx vertxInstance, Duration timeout, Map<String,String> users, Map<String,Map<String,String>> grantOptions)OidcPasswordClientCredHandler(io.vertx.core.Vertx vertxInstance, Duration timeout, Map<String,Map<String,String>> grantOptions)
-
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)
-
-
-
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
-
-