Class IAMHandler

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

    public class IAMHandler
    extends IAMTemplate
    • Constructor Detail

      • IAMHandler

        public 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 Detail

      • handleResource

        protected void handleResource​(io.vertx.ext.web.RoutingContext event,
                                      io.vertx.core.http.HttpServerResponse response,
                                      IAMClient ctx)
        Specified by:
        handleResource in class IAMTemplate