public class io.vertx.reactivex.ext.auth.User
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.auth.User
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.auth.User> __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/User;>;

  private final io.vertx.ext.auth.User delegate;
    descriptor: Lio/vertx/ext/auth/User;
    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 71
            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/User.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 72
            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/User.getDelegate()Lio/vertx/ext/auth/User; (5)
                  (Lio/vertx/reactivex/ext/auth/User;)Ljava/lang/Object;
         2: .line 71
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.auth.User.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 73
            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.User this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/User;

  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.User this
        start local 1 // java.lang.Object o
         0: .line 60
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 61
      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 62
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.auth.User
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.auth.User that
         4: .line 63
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.auth.User that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/auth/User;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/auth/User;
    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.User this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/User;

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

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

  public static io.vertx.reactivex.ext.auth.User fromName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.String username
         0: .line 98
            aload 0 /* username */
            invokestatic io.vertx.ext.auth.User.fromName:(Ljava/lang/String;)Lio/vertx/ext/auth/User;
            invokestatic io.vertx.reactivex.ext.auth.User.newInstance:(Lio/vertx/ext/auth/User;)Lio/vertx/reactivex/ext/auth/User;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.auth.User ret
         1: .line 99
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.auth.User ret
        end local 0 // java.lang.String username
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  username  Ljava/lang/String;
            1    2     1       ret  Lio/vertx/reactivex/ext/auth/User;
    MethodParameters:
          Name  Flags
      username  

  public static io.vertx.reactivex.ext.auth.User fromToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.lang.String token
         0: .line 111
            aload 0 /* token */
            invokestatic io.vertx.ext.auth.User.fromToken:(Ljava/lang/String;)Lio/vertx/ext/auth/User;
            invokestatic io.vertx.reactivex.ext.auth.User.newInstance:(Lio/vertx/ext/auth/User;)Lio/vertx/reactivex/ext/auth/User;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.auth.User ret
         1: .line 112
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.auth.User ret
        end local 0 // java.lang.String token
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  token  Ljava/lang/String;
            1    2     1    ret  Lio/vertx/reactivex/ext/auth/User;
    MethodParameters:
       Name  Flags
      token  

  public static io.vertx.reactivex.ext.auth.User create(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.core.json.JsonObject principal
         0: .line 122
            aload 0 /* principal */
            invokestatic io.vertx.ext.auth.User.create:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/User;
            invokestatic io.vertx.reactivex.ext.auth.User.newInstance:(Lio/vertx/ext/auth/User;)Lio/vertx/reactivex/ext/auth/User;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.auth.User ret
         1: .line 123
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.auth.User ret
        end local 0 // io.vertx.core.json.JsonObject principal
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0  principal  Lio/vertx/core/json/JsonObject;
            1    2     1        ret  Lio/vertx/reactivex/ext/auth/User;
    MethodParameters:
           Name  Flags
      principal  

  public static io.vertx.reactivex.ext.auth.User create(io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.json.JsonObject principal
        start local 1 // io.vertx.core.json.JsonObject attributes
         0: .line 134
            aload 0 /* principal */
            aload 1 /* attributes */
            invokestatic io.vertx.ext.auth.User.create:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/User;
            invokestatic io.vertx.reactivex.ext.auth.User.newInstance:(Lio/vertx/ext/auth/User;)Lio/vertx/reactivex/ext/auth/User;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.auth.User ret
         1: .line 135
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.auth.User ret
        end local 1 // io.vertx.core.json.JsonObject attributes
        end local 0 // io.vertx.core.json.JsonObject principal
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0   principal  Lio/vertx/core/json/JsonObject;
            0    2     1  attributes  Lio/vertx/core/json/JsonObject;
            1    2     2         ret  Lio/vertx/reactivex/ext/auth/User;
    MethodParameters:
            Name  Flags
      principal   
      attributes  

  public io.vertx.core.json.JsonObject attributes();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.User this
         0: .line 144
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            invokeinterface io.vertx.ext.auth.User.attributes:()Lio/vertx/core/json/JsonObject;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonObject ret
         1: .line 145
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/User;
            1    2     1   ret  Lio/vertx/core/json/JsonObject;

  public boolean expired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.User this
         0: .line 154
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            invokeinterface io.vertx.ext.auth.User.expired:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 155
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/User;
            1    2     1   ret  Z

  public boolean expired(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // int leeway
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            iload 1 /* leeway */
            invokeinterface io.vertx.ext.auth.User.expired:(I)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 179
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // int leeway
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/auth/User;
            0    2     1  leeway  I
            1    2     2     ret  Z
    MethodParameters:
        Name  Flags
      leeway  

  public <T> T get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // java.lang.String key
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            aload 1 /* key */
            invokeinterface io.vertx.ext.auth.User.get:(Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* ret */
        start local 2 // java.lang.Object ret
         1: .line 195
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.Object ret
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/User;
            0    2     1   key  Ljava/lang/String;
            1    2     2   ret  TT;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // java.lang.String key
         0: .line 210
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            aload 1 /* key */
            invokeinterface io.vertx.ext.auth.User.containsKey:(Ljava/lang/String;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 211
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.String key
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/User;
            0    2     1   key  Ljava/lang/String;
            1    2     2   ret  Z
    MethodParameters:
      Name  Flags
      key   

  public io.vertx.reactivex.ext.auth.authorization.Authorizations authorizations();
    descriptor: ()Lio/vertx/reactivex/ext/auth/authorization/Authorizations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.User this
         0: .line 219
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            invokeinterface io.vertx.ext.auth.User.authorizations:()Lio/vertx/ext/auth/authorization/Authorizations;
            invokestatic io.vertx.reactivex.ext.auth.authorization.Authorizations.newInstance:(Lio/vertx/ext/auth/authorization/Authorizations;)Lio/vertx/reactivex/ext/auth/authorization/Authorizations;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.auth.authorization.Authorizations ret
         1: .line 220
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.auth.authorization.Authorizations ret
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/User;
            1    2     1   ret  Lio/vertx/reactivex/ext/auth/authorization/Authorizations;

  public io.vertx.reactivex.ext.auth.User isAuthorized(io.vertx.reactivex.ext.auth.authorization.Authorization, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Lio/vertx/reactivex/ext/auth/authorization/Authorization;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // io.vertx.reactivex.ext.auth.authorization.Authorization authority
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 231
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            aload 1 /* authority */
            invokevirtual io.vertx.reactivex.ext.auth.authorization.Authorization.getDelegate:()Lio/vertx/ext/auth/authorization/Authorization;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.auth.User.isAuthorized:(Lio/vertx/ext/auth/authorization/Authorization;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/User;
            pop
         1: .line 232
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.reactivex.ext.auth.authorization.Authorization authority
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/auth/User;
            0    2     1      authority  Lio/vertx/reactivex/ext/auth/authorization/Authorization;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (Lio/vertx/reactivex/ext/auth/authorization/Authorization;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)Lio/vertx/reactivex/ext/auth/User;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      authority      
      resultHandler  

  public io.vertx.reactivex.ext.auth.User isAuthorized(io.vertx.reactivex.ext.auth.authorization.Authorization);
    descriptor: (Lio/vertx/reactivex/ext/auth/authorization/Authorization;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // io.vertx.reactivex.ext.auth.authorization.Authorization authority
         0: .line 243
            aload 0 /* this */
            aload 1 /* authority */
            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/User.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.auth.User.isAuthorized:(Lio/vertx/reactivex/ext/auth/authorization/Authorization;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/User;
         1: .line 242
            areturn
        end local 1 // io.vertx.reactivex.ext.auth.authorization.Authorization authority
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/auth/User;
            0    2     1  authority  Lio/vertx/reactivex/ext/auth/authorization/Authorization;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      authority  

  public io.reactivex.Single<java.lang.Boolean> rxIsAuthorized(io.vertx.reactivex.ext.auth.authorization.Authorization);
    descriptor: (Lio/vertx/reactivex/ext/auth/authorization/Authorization;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // io.vertx.reactivex.ext.auth.authorization.Authorization authority
         0: .line 253
            aload 0 /* this */
            aload 1 /* authority */
            invokedynamic accept(Lio/vertx/reactivex/ext/auth/User;Lio/vertx/reactivex/ext/auth/authorization/Authorization;)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/User.lambda$3(Lio/vertx/reactivex/ext/auth/authorization/Authorization;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.auth.authorization.Authorization authority
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/reactivex/ext/auth/User;
            0    1     1  authority  Lio/vertx/reactivex/ext/auth/authorization/Authorization;
    Signature: (Lio/vertx/reactivex/ext/auth/authorization/Authorization;)Lio/reactivex/Single<Ljava/lang/Boolean;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      authority  

  public io.vertx.reactivex.ext.auth.User isAuthorized(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // java.lang.String authority
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 266
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            aload 1 /* authority */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.auth.User.isAuthorized:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/User;
            pop
         1: .line 267
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String authority
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/auth/User;
            0    2     1      authority  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)Lio/vertx/reactivex/ext/auth/User;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      authority      
      resultHandler  

  public io.vertx.reactivex.ext.auth.User isAuthorized(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // java.lang.String authority
         0: .line 278
            aload 0 /* this */
            aload 1 /* authority */
            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/User.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.auth.User.isAuthorized:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/User;
         1: .line 277
            areturn
        end local 1 // java.lang.String authority
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/auth/User;
            0    2     1  authority  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      authority  

  public io.reactivex.Single<java.lang.Boolean> rxIsAuthorized(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // java.lang.String authority
         0: .line 288
            aload 0 /* this */
            aload 1 /* authority */
            invokedynamic accept(Lio/vertx/reactivex/ext/auth/User;Ljava/lang/String;)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/User.lambda$5(Ljava/lang/String;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 // java.lang.String authority
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/reactivex/ext/auth/User;
            0    1     1  authority  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/Boolean;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      authority  

  public io.vertx.reactivex.ext.auth.User clearCache();
    descriptor: ()Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.User this
         0: .line 300
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            invokeinterface io.vertx.ext.auth.User.clearCache:()Lio/vertx/ext/auth/User;
            pop
         1: .line 301
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/User;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.core.json.JsonObject principal();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.User this
         0: .line 315
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            invokeinterface io.vertx.ext.auth.User.principal:()Lio/vertx/core/json/JsonObject;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonObject ret
         1: .line 316
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/User;
            1    2     1   ret  Lio/vertx/core/json/JsonObject;

  public void setAuthProvider(io.vertx.reactivex.ext.auth.AuthProvider);
    descriptor: (Lio/vertx/reactivex/ext/auth/AuthProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.User this
        start local 1 // io.vertx.reactivex.ext.auth.AuthProvider authProvider
         0: .line 326
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.User.delegate:Lio/vertx/ext/auth/User;
            aload 1 /* authProvider */
            invokevirtual io.vertx.reactivex.ext.auth.AuthProvider.getDelegate:()Lio/vertx/ext/auth/AuthProvider;
            invokeinterface io.vertx.ext.auth.User.setAuthProvider:(Lio/vertx/ext/auth/AuthProvider;)V
         1: .line 327
            return
        end local 1 // io.vertx.reactivex.ext.auth.AuthProvider authProvider
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/ext/auth/User;
            0    2     1  authProvider  Lio/vertx/reactivex/ext/auth/AuthProvider;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      authProvider  

  public static io.vertx.reactivex.ext.auth.User newInstance(io.vertx.ext.auth.User);
    descriptor: (Lio/vertx/ext/auth/User;)Lio/vertx/reactivex/ext/auth/User;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.User arg
         0: .line 330
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.auth.User
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.auth.User.<init>:(Lio/vertx/ext/auth/User;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.auth.User
         2: areturn
        end local 0 // io.vertx.ext.auth.User arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/auth/User;
    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 71
            new io.vertx.reactivex.ext.auth.User
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.auth.User
            invokespecial io.vertx.reactivex.ext.auth.User.<init>:(Lio/vertx/ext/auth/User;)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 243
            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/Boolean;>;

  private void lambda$3(io.vertx.reactivex.ext.auth.authorization.Authorization, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/ext/auth/authorization/Authorization;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.User this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 254
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.auth.User.isAuthorized:(Lio/vertx/reactivex/ext/auth/authorization/Authorization;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/User;
            pop
         1: .line 255
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.auth.User this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/User;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;

  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 278
            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/Boolean;>;

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