Class IAMHandler
- java.lang.Object
-
- io.thestencil.quarkus.iam.handler.IAMTemplate
-
- io.thestencil.quarkus.iam.handler.IAMHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class IAMHandler extends IAMTemplate
-
-
Constructor Summary
Constructors Constructor Description IAMHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper, io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, io.quarkus.vertx.http.runtime.CurrentVertxRequest currentVertxRequest, String liveness, String roles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleResource(io.vertx.ext.web.RoutingContext event, io.vertx.core.http.HttpServerResponse response, IAMClient ctx)-
Methods inherited from class io.thestencil.quarkus.iam.handler.IAMTemplate
catch404, catch422, exceptionHash, handle, handleSecurity
-
-
-
-
Method Detail
-
handleResource
protected void handleResource(io.vertx.ext.web.RoutingContext event, io.vertx.core.http.HttpServerResponse response, IAMClient ctx)- Specified by:
handleResourcein classIAMTemplate
-
-