class io.vertx.reactivex.ext.web.handler.AuthHandlerImpl implements io.vertx.reactivex.ext.web.handler.AuthHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.ext.web.handler.AuthHandlerImpl
  super_class: java.lang.Object
{
  private final io.vertx.ext.web.handler.AuthHandler delegate;
    descriptor: Lio/vertx/ext/web/handler/AuthHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.ext.web.handler.AuthHandler);
    descriptor: (Lio/vertx/ext/web/handler/AuthHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.ext.web.handler.AuthHandler delegate
         0: .line 128
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 129
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
         2: .line 130
            return
        end local 1 // io.vertx.ext.web.handler.AuthHandler delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    3     1  delegate  Lio/vertx/ext/web/handler/AuthHandler;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // java.lang.Object delegate
         0: .line 132
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 133
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.web.handler.AuthHandler
            putfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
         2: .line 134
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.web.handler.AuthHandler getDelegate();
    descriptor: ()Lio/vertx/ext/web/handler/AuthHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
         0: .line 137
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;

  public void handle(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext event
         0: .line 146
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
            aload 1 /* event */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.handler.AuthHandler.handle:(Ljava/lang/Object;)V
         1: .line 147
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext event
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     1  event  Lio/vertx/reactivex/ext/web/RoutingContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      event  

  public java.lang.String authenticateHeader(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
            aload 1 /* context */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.handler.AuthHandler.authenticateHeader:(Lio/vertx/ext/web/RoutingContext;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 157
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext context
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     1  context  Lio/vertx/reactivex/ext/web/RoutingContext;
            1    2     2      ret  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  

  public void postAuthentication(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
         0: .line 167
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
            aload 1 /* ctx */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.handler.AuthHandler.postAuthentication:(Lio/vertx/ext/web/RoutingContext;)V
         1: .line 168
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     1   ctx  Lio/vertx/reactivex/ext/web/RoutingContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      ctx   

  public io.vertx.reactivex.ext.web.handler.AuthHandler addAuthority(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/handler/AuthHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // java.lang.String authority
         0: .line 177
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
            aload 1 /* authority */
            invokeinterface io.vertx.ext.web.handler.AuthHandler.addAuthority:(Ljava/lang/String;)Lio/vertx/ext/web/handler/AuthHandler;
            pop
         1: .line 178
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String authority
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     1  authority  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      authority  

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // java.util.Set authorities
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
            aload 1 /* authorities */
            invokeinterface io.vertx.ext.web.handler.AuthHandler.addAuthorities:(Ljava/util/Set;)Lio/vertx/ext/web/handler/AuthHandler;
            pop
         1: .line 189
            aload 0 /* this */
            areturn
        end local 1 // java.util.Set authorities
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     1  authorities  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)Lio/vertx/reactivex/ext/web/handler/AuthHandler;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      authorities  

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.auth.User user
        start local 2 // io.vertx.core.Handler handler
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
            aload 1 /* user */
            invokevirtual io.vertx.reactivex.ext.auth.User.getDelegate:()Lio/vertx/ext/auth/User;
            aload 2 /* handler */
            invokeinterface io.vertx.ext.web.handler.AuthHandler.authorize:(Lio/vertx/ext/auth/User;Lio/vertx/core/Handler;)V
         1: .line 200
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.ext.auth.User user
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     1     user  Lio/vertx/reactivex/ext/auth/User;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    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 void authorize(io.vertx.reactivex.ext.auth.User);
    descriptor: (Lio/vertx/reactivex/ext/auth/User;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.auth.User user
         0: .line 208
            aload 0 /* this */
            aload 1 /* user */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/web/handler/AuthHandlerImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.authorize:(Lio/vertx/reactivex/ext/auth/User;Lio/vertx/core/Handler;)V
         1: .line 209
            return
        end local 1 // io.vertx.reactivex.ext.auth.User user
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     1  user  Lio/vertx/reactivex/ext/auth/User;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      user  

  public io.reactivex.Completable rxAuthorize(io.vertx.reactivex.ext.auth.User);
    descriptor: (Lio/vertx/reactivex/ext/auth/User;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.auth.User user
         0: .line 218
            aload 0 /* this */
            aload 1 /* user */
            invokedynamic accept(Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;Lio/vertx/reactivex/ext/auth/User;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/web/handler/AuthHandlerImpl.lambda$1(Lio/vertx/reactivex/ext/auth/User;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.ext.auth.User user
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    1     1  user  Lio/vertx/reactivex/ext/auth/User;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      user  

  public void parseCredentials(io.vertx.reactivex.ext.web.RoutingContext, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.authentication.Credentials>>);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
        start local 2 // io.vertx.core.Handler handler
         0: .line 232
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthHandler;
            aload 1 /* context */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            aload 2 /* handler */
            invokeinterface io.vertx.ext.web.handler.AuthHandler.parseCredentials:(Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
         1: .line 233
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext context
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     1  context  Lio/vertx/reactivex/ext/web/RoutingContext;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/authentication/Credentials;>;>;
    Signature: (Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/authentication/Credentials;>;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  
      handler  

  public void parseCredentials(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
         0: .line 243
            aload 0 /* this */
            aload 1 /* context */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/web/handler/AuthHandlerImpl.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.parseCredentials:(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
         1: .line 244
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext context
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     1  context  Lio/vertx/reactivex/ext/web/RoutingContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  

  public io.reactivex.Single<io.vertx.ext.auth.authentication.Credentials> rxParseCredentials(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
         0: .line 255
            aload 0 /* this */
            aload 1 /* context */
            invokedynamic accept(Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;Lio/vertx/reactivex/ext/web/RoutingContext;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/web/handler/AuthHandlerImpl.lambda$3(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext context
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    1     1  context  Lio/vertx/reactivex/ext/web/RoutingContext;
    Signature: (Lio/vertx/reactivex/ext/web/RoutingContext;)Lio/reactivex/Single<Lio/vertx/ext/auth/authentication/Credentials;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  

  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
            invokevirtual io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.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
            invokevirtual io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.getDelegate:()Lio/vertx/ext/web/handler/AuthHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 208
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$1(io.vertx.reactivex.ext.auth.User, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/ext/auth/User;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 219
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.authorize:(Lio/vertx/reactivex/ext/auth/User;Lio/vertx/core/Handler;)V
         1: .line 220
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 243
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/authentication/Credentials;>;

  private void lambda$3(io.vertx.reactivex.ext.web.RoutingContext, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 256
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.web.handler.AuthHandlerImpl.parseCredentials:(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
         1: .line 257
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/handler/AuthHandlerImpl;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/authentication/Credentials;>;>;
}
SourceFile: "AuthHandler.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles