public interface io.vertx.ext.web.handler.AuthHandler extends io.vertx.ext.web.handler.AuthenticationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.AuthHandler
  super_class: java.lang.Object
{
  public abstract io.vertx.ext.web.handler.AuthHandler addAuthority(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/AuthHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      authority  

  public abstract io.vertx.ext.web.handler.AuthHandler addAuthorities(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)Lio/vertx/ext/web/handler/AuthHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)Lio/vertx/ext/web/handler/AuthHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      authorities  

  public abstract void authorize(io.vertx.ext.auth.User, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/auth/User;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/auth/User;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      user     
      handler  

  public io.vertx.core.Future<java.lang.Void> authorize(io.vertx.ext.auth.User);
    descriptor: (Lio/vertx/ext/auth/User;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.handler.AuthHandler this
        start local 1 // io.vertx.ext.auth.User user
         0: .line 85
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         1: .line 86
            aload 0 /* this */
            aload 1 /* user */
            aload 2 /* promise */
            invokeinterface io.vertx.ext.web.handler.AuthHandler.authorize:(Lio/vertx/ext/auth/User;Lio/vertx/core/Handler;)V
         2: .line 87
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise promise
        end local 1 // io.vertx.ext.auth.User user
        end local 0 // io.vertx.ext.web.handler.AuthHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/web/handler/AuthHandler;
            0    3     1     user  Lio/vertx/ext/auth/User;
            1    3     2  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Lio/vertx/ext/auth/User;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      user  
}
SourceFile: "AuthHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen(concrete = false)
      java.lang.Deprecated()