Class AbstractHttpAuthorizer

java.lang.Object
io.quarkus.vertx.http.runtime.security.AbstractHttpAuthorizer
Direct Known Subclasses:
HttpAuthorizer, ManagementInterfaceHttpAuthorizer

abstract class AbstractHttpAuthorizer extends Object
Class that is responsible for running the HTTP based permission checks
  • Constructor Details

  • Method Details

    • checkPermission

      public void checkPermission(io.vertx.ext.web.RoutingContext routingContext)
      Checks that the request is allowed to proceed. If it is then RoutingContext.next() will be invoked, if not appropriate action will be taken to either report the failure or attempt authentication.