Class AbstractHttpAuthorizer

    • Method Detail

      • 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.