Class AuthorizationHandler

java.lang.Object
io.vertx.mutiny.ext.web.handler.AuthorizationHandler
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>

public class AuthorizationHandler extends Object implements MutinyDelegate, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
Base interface for authorization handlers that provide authorization support.

AuthorizationHandlerImpl usually requires a AuthenticationHandler to be on the routing chain before it or a custom handler that has previously set a User in the RoutingContext

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • AuthorizationHandler

      public AuthorizationHandler(io.vertx.ext.web.handler.AuthorizationHandler delegate)
    • AuthorizationHandler

      public AuthorizationHandler(Object delegate)
  • Method Details