public interface io.vertx.reactivex.ext.web.handler.AuthHandler extends io.vertx.reactivex.ext.web.handler.AuthenticationHandler, io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.reactivex.ext.web.handler.AuthHandler
  super_class: java.lang.Object
{
  public abstract io.vertx.ext.web.handler.AuthHandler getDelegate();
    descriptor: ()Lio/vertx/ext/web/handler/AuthHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void handle(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      event  

  public abstract java.lang.String authenticateHeader(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  

  public abstract void postAuthentication(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      ctx   

  public abstract io.vertx.reactivex.ext.web.handler.AuthHandler addAuthority(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/handler/AuthHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      authority  

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

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

  public abstract io.reactivex.Completable rxAuthorize(io.vertx.reactivex.ext.auth.User);
    descriptor: (Lio/vertx/reactivex/ext/auth/User;)Lio/reactivex/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      user  

  public static io.vertx.reactivex.ext.web.handler.AuthHandler newInstance(io.vertx.ext.web.handler.AuthHandler);
    descriptor: (Lio/vertx/ext/web/handler/AuthHandler;)Lio/vertx/reactivex/ext/web/handler/AuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.AuthHandler arg
         0: .line 120
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.web.handler.AuthHandlerImpl
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.<init>:(Lio/vertx/ext/web/handler/AuthHandler;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.web.handler.AuthHandlerImpl
         2: areturn
        end local 0 // io.vertx.ext.web.handler.AuthHandler arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/web/handler/AuthHandler;
    MethodParameters:
      Name  Flags
      arg   

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.ext.web.RoutingContext
            invokeinterface io.vertx.reactivex.ext.web.handler.AuthHandler.handle:(Lio/vertx/reactivex/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.web.handler.AuthenticationHandler getDelegate();
    descriptor: ()Lio/vertx/ext/web/handler/AuthenticationHandler;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface io.vertx.reactivex.ext.web.handler.AuthHandler.getDelegate:()Lio/vertx/ext/web/handler/AuthHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/reactivex/ext/web/handler/AuthenticationHandler;Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/RoutingContext;>;
SourceFile: "AuthHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/handler/AuthHandler;)