public class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;>;

  private final io.vertx.ext.auth.authentication.AuthenticationProvider delegate;
    descriptor: Lio/vertx/ext/auth/authentication/AuthenticationProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 70
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/auth/authentication/AuthenticationProvider.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 71
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/auth/authentication/AuthenticationProvider.getDelegate()Lio/vertx/ext/auth/authentication/AuthenticationProvider; (5)
                  (Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;)Ljava/lang/Object;
         2: .line 70
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 72
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
         0: .line 54
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.delegate:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
        start local 1 // java.lang.Object o
         0: .line 59
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider that
         4: .line 62
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.delegate:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.delegate:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
         0: .line 67
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.delegate:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;

  public void <init>(io.vertx.ext.auth.authentication.AuthenticationProvider);
    descriptor: (Lio/vertx/ext/auth/authentication/AuthenticationProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
        start local 1 // io.vertx.ext.auth.authentication.AuthenticationProvider delegate
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 77
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.delegate:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
         2: .line 78
            return
        end local 1 // io.vertx.ext.auth.authentication.AuthenticationProvider delegate
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    3     1  delegate  Lio/vertx/ext/auth/authentication/AuthenticationProvider;
    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.auth.authentication.AuthenticationProvider this
        start local 1 // java.lang.Object delegate
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.auth.authentication.AuthenticationProvider
            putfield io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.delegate:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
         2: .line 82
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

  public void authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.User>>);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
        start local 1 // io.vertx.core.json.JsonObject credentials
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.delegate:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
            aload 1 /* credentials */
            new io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider$1
            dup
            aload 0 /* this */
            aload 2 /* resultHandler */
            invokespecial io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider$1.<init>:(Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.auth.authentication.AuthenticationProvider.authenticate:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 117
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.core.json.JsonObject credentials
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    2     1    credentials  Lio/vertx/core/json/JsonObject;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/User;>;>;
    Signature: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/User;>;>;)V
    MethodParameters:
               Name  Flags
      credentials    
      resultHandler  

  public void authenticate(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
        start local 1 // io.vertx.core.json.JsonObject credentials
         0: .line 138
            aload 0 /* this */
            aload 1 /* credentials */
            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/auth/authentication/AuthenticationProvider.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.authenticate:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 139
            return
        end local 1 // io.vertx.core.json.JsonObject credentials
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    2     1  credentials  Lio/vertx/core/json/JsonObject;
    MethodParameters:
             Name  Flags
      credentials  

  public io.reactivex.Single<io.vertx.reactivex.ext.auth.User> rxAuthenticate(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
        start local 1 // io.vertx.core.json.JsonObject credentials
         0: .line 161
            aload 0 /* this */
            aload 1 /* credentials */
            invokedynamic accept(Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;Lio/vertx/core/json/JsonObject;)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/auth/authentication/AuthenticationProvider.lambda$3(Lio/vertx/core/json/JsonObject;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.core.json.JsonObject credentials
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    1     1  credentials  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single<Lio/vertx/reactivex/ext/auth/User;>;
    MethodParameters:
             Name  Flags
      credentials  

  public void authenticate(io.vertx.ext.auth.authentication.Credentials, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.User>>);
    descriptor: (Lio/vertx/ext/auth/authentication/Credentials;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
        start local 1 // io.vertx.ext.auth.authentication.Credentials credentials
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.delegate:Lio/vertx/ext/auth/authentication/AuthenticationProvider;
            aload 1 /* credentials */
            new io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider$2
            dup
            aload 0 /* this */
            aload 2 /* resultHandler */
            invokespecial io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider$2.<init>:(Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.auth.authentication.AuthenticationProvider.authenticate:(Lio/vertx/ext/auth/authentication/Credentials;Lio/vertx/core/Handler;)V
         1: .line 187
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.ext.auth.authentication.Credentials credentials
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    2     1    credentials  Lio/vertx/ext/auth/authentication/Credentials;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/User;>;>;
    Signature: (Lio/vertx/ext/auth/authentication/Credentials;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/User;>;>;)V
    MethodParameters:
               Name  Flags
      credentials    
      resultHandler  

  public void authenticate(io.vertx.ext.auth.authentication.Credentials);
    descriptor: (Lio/vertx/ext/auth/authentication/Credentials;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
        start local 1 // io.vertx.ext.auth.authentication.Credentials credentials
         0: .line 200
            aload 0 /* this */
            aload 1 /* credentials */
            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/auth/authentication/AuthenticationProvider.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.authenticate:(Lio/vertx/ext/auth/authentication/Credentials;Lio/vertx/core/Handler;)V
         1: .line 201
            return
        end local 1 // io.vertx.ext.auth.authentication.Credentials credentials
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    2     1  credentials  Lio/vertx/ext/auth/authentication/Credentials;
    MethodParameters:
             Name  Flags
      credentials  

  public io.reactivex.Single<io.vertx.reactivex.ext.auth.User> rxAuthenticate(io.vertx.ext.auth.authentication.Credentials);
    descriptor: (Lio/vertx/ext/auth/authentication/Credentials;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
        start local 1 // io.vertx.ext.auth.authentication.Credentials credentials
         0: .line 215
            aload 0 /* this */
            aload 1 /* credentials */
            invokedynamic accept(Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;Lio/vertx/ext/auth/authentication/Credentials;)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/auth/authentication/AuthenticationProvider.lambda$5(Lio/vertx/ext/auth/authentication/Credentials;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.ext.auth.authentication.Credentials credentials
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    1     1  credentials  Lio/vertx/ext/auth/authentication/Credentials;
    Signature: (Lio/vertx/ext/auth/authentication/Credentials;)Lio/reactivex/Single<Lio/vertx/reactivex/ext/auth/User;>;
    MethodParameters:
             Name  Flags
      credentials  

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

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 70
            new io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.auth.authentication.AuthenticationProvider
            invokespecial io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.<init>:(Lio/vertx/ext/auth/authentication/AuthenticationProvider;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  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 138
            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/reactivex/ext/auth/User;>;

  private void lambda$3(io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/json/JsonObject;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.auth.authentication.AuthenticationProvider this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 162
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.authenticate:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         1: .line 163
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/User;>;>;

  private static void lambda$4(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 200
            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/reactivex/ext/auth/User;>;

  private void lambda$5(io.vertx.ext.auth.authentication.Credentials, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/auth/authentication/Credentials;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.auth.authentication.AuthenticationProvider this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 216
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider.authenticate:(Lio/vertx/ext/auth/authentication/Credentials;Lio/vertx/core/Handler;)V
         1: .line 217
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/authentication/AuthenticationProvider;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/User;>;>;
}
SourceFile: "AuthenticationProvider.java"
NestMembers:
  io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider$1  io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider$2
InnerClasses:
  io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider$1
  io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/auth/authentication/AuthenticationProvider;)