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

  public void <init>(io.vertx.ext.web.handler.AuthenticationHandler);
    descriptor: (Lio/vertx/ext/web/handler/AuthenticationHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl this
        start local 1 // io.vertx.ext.web.handler.AuthenticationHandler delegate
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
         2: .line 88
            return
        end local 1 // io.vertx.ext.web.handler.AuthenticationHandler delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
            0    3     1  delegate  Lio/vertx/ext/web/handler/AuthenticationHandler;
    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.AuthenticationHandlerImpl this
        start local 1 // java.lang.Object delegate
         0: .line 90
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 91
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.web.handler.AuthenticationHandler
            putfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
         2: .line 92
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

  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.AuthenticationHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext event
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
            aload 1 /* event */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.handler.AuthenticationHandler.handle:(Ljava/lang/Object;)V
         1: .line 104
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext event
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
            0    2     1  event  Lio/vertx/reactivex/ext/web/RoutingContext;
    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.AuthenticationHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
         0: .line 112
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
            aload 1 /* context */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.handler.AuthenticationHandler.authenticateHeader:(Lio/vertx/ext/web/RoutingContext;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 113
            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.AuthenticationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
            0    2     1  context  Lio/vertx/reactivex/ext/web/RoutingContext;
            1    2     2      ret  Ljava/lang/String;
    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.AuthenticationHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
         0: .line 122
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
            aload 1 /* ctx */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.handler.AuthenticationHandler.postAuthentication:(Lio/vertx/ext/web/RoutingContext;)V
         1: .line 123
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext ctx
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
            0    2     1   ctx  Lio/vertx/reactivex/ext/web/RoutingContext;
    MethodParameters:
      Name  Flags
      ctx   

  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.AuthenticationHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
        start local 2 // io.vertx.core.Handler handler
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.delegate:Lio/vertx/ext/web/handler/AuthenticationHandler;
            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.AuthenticationHandler.parseCredentials:(Lio/vertx/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
         1: .line 134
            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.AuthenticationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
            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
    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.AuthenticationHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
         0: .line 143
            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/AuthenticationHandlerImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.parseCredentials:(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
         1: .line 144
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext context
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
            0    2     1  context  Lio/vertx/reactivex/ext/web/RoutingContext;
    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.AuthenticationHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext context
         0: .line 154
            aload 0 /* this */
            aload 1 /* context */
            invokedynamic accept(Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;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/AuthenticationHandlerImpl.lambda$1(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.AuthenticationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
            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;>;
    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.AuthenticationHandlerImpl.handle:(Lio/vertx/reactivex/ext/web/RoutingContext;)V
            return
      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 143
            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$1(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.AuthenticationHandlerImpl this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 155
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl.parseCredentials:(Lio/vertx/reactivex/ext/web/RoutingContext;Lio/vertx/core/Handler;)V
         1: .line 156
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.web.handler.AuthenticationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/web/handler/AuthenticationHandlerImpl;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/authentication/Credentials;>;>;
}
SourceFile: "AuthenticationHandler.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles