public class io.vertx.ext.auth.jwt.impl.JWTUser extends io.vertx.ext.auth.AbstractUser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.jwt.impl.JWTUser
  super_class: io.vertx.ext.auth.AbstractUser
{
  private static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private io.vertx.core.json.JsonObject jwtToken;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonArray permissions;
    descriptor: Lio/vertx/core/json/JsonArray;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 36
            ldc Lio/vertx/ext/auth/jwt/impl/JWTUser;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.ext.auth.jwt.impl.JWTUser.log:Lio/vertx/core/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
         0: .line 41
            aload 0 /* this */
            invokespecial io.vertx.ext.auth.AbstractUser.<init>:()V
         1: .line 44
            getstatic io.vertx.ext.auth.jwt.impl.JWTUser.log:Lio/vertx/core/logging/Logger;
            ldc "You are probably serializing the JWT User, JWT are supposed to be used in stateless servers!"
            invokevirtual io.vertx.core.logging.Logger.info:(Ljava/lang/Object;)V
         2: .line 45
            return
        end local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/auth/jwt/impl/JWTUser;

  public void <init>(io.vertx.core.json.JsonObject, java.lang.String);
    descriptor: (Lio/vertx/core/json/JsonObject;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
        start local 1 // io.vertx.core.json.JsonObject jwtToken
        start local 2 // java.lang.String permissionsClaimKey
         0: .line 47
            aload 0 /* this */
            invokespecial io.vertx.ext.auth.AbstractUser.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* jwtToken */
            putfield io.vertx.ext.auth.jwt.impl.JWTUser.jwtToken:Lio/vertx/core/json/JsonObject;
         2: .line 50
            aload 2 /* permissionsClaimKey */
            ldc "/"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 5
         3: .line 51
            aload 0 /* this */
            aload 1 /* jwtToken */
            aload 2 /* permissionsClaimKey */
            invokevirtual io.vertx.ext.auth.jwt.impl.JWTUser.getNestedJsonValue:(Lio/vertx/core/json/JsonObject;Ljava/lang/String;)V
         4: .line 52
            goto 6
         5: .line 53
      StackMap locals: io.vertx.ext.auth.jwt.impl.JWTUser io.vertx.core.json.JsonObject java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* jwtToken */
            aload 2 /* permissionsClaimKey */
            aconst_null
            invokevirtual io.vertx.core.json.JsonObject.getJsonArray:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/vertx/core/json/JsonArray;
            putfield io.vertx.ext.auth.jwt.impl.JWTUser.permissions:Lio/vertx/core/json/JsonArray;
         6: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String permissionsClaimKey
        end local 1 // io.vertx.core.json.JsonObject jwtToken
        end local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0                 this  Lio/vertx/ext/auth/jwt/impl/JWTUser;
            0    7     1             jwtToken  Lio/vertx/core/json/JsonObject;
            0    7     2  permissionsClaimKey  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      jwtToken             
      permissionsClaimKey  

  private void getNestedJsonValue(io.vertx.core.json.JsonObject, java.lang.String);
    descriptor: (Lio/vertx/core/json/JsonObject;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
        start local 1 // io.vertx.core.json.JsonObject jwtToken
        start local 2 // java.lang.String permissionsClaimKey
         0: .line 59
            aload 2 /* permissionsClaimKey */
            ldc "/"
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 3 /* keys */
        start local 3 // java.lang.String[] keys
         1: .line 60
            aconst_null
            astore 4 /* obj */
        start local 4 // io.vertx.core.json.JsonObject obj
         2: .line 61
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 14
         4: .line 62
      StackMap locals: java.lang.String[] io.vertx.core.json.JsonObject int
      StackMap stack:
            iload 5 /* i */
            ifne 7
         5: .line 63
            aload 1 /* jwtToken */
            aload 3 /* keys */
            iload 5 /* i */
            aaload
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            astore 4 /* obj */
         6: .line 64
            goto 13
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 3 /* keys */
            arraylength
            iconst_1
            isub
            if_icmpne 11
         8: .line 65
            aload 4 /* obj */
            ifnull 13
         9: .line 66
            aload 0 /* this */
            aload 4 /* obj */
            aload 3 /* keys */
            iload 5 /* i */
            aaload
            invokevirtual io.vertx.core.json.JsonObject.getJsonArray:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            putfield io.vertx.ext.auth.jwt.impl.JWTUser.permissions:Lio/vertx/core/json/JsonArray;
        10: .line 68
            goto 13
        11: .line 69
      StackMap locals:
      StackMap stack:
            aload 4 /* obj */
            ifnull 13
        12: .line 70
            aload 4 /* obj */
            aload 3 /* keys */
            iload 5 /* i */
            aaload
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            astore 4 /* obj */
        13: .line 61
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            aload 3 /* keys */
            arraylength
            if_icmplt 4
        end local 5 // int i
        15: .line 74
            return
        end local 4 // io.vertx.core.json.JsonObject obj
        end local 3 // java.lang.String[] keys
        end local 2 // java.lang.String permissionsClaimKey
        end local 1 // io.vertx.core.json.JsonObject jwtToken
        end local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   16     0                 this  Lio/vertx/ext/auth/jwt/impl/JWTUser;
            0   16     1             jwtToken  Lio/vertx/core/json/JsonObject;
            0   16     2  permissionsClaimKey  Ljava/lang/String;
            1   16     3                 keys  [Ljava/lang/String;
            2   16     4                  obj  Lio/vertx/core/json/JsonObject;
            3   15     5                    i  I
    MethodParameters:
                     Name  Flags
      jwtToken             
      permissionsClaimKey  

  public io.vertx.core.json.JsonObject principal();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.impl.JWTUser.jwtToken:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/jwt/impl/JWTUser;

  public void setAuthProvider(io.vertx.ext.auth.AuthProvider);
    descriptor: (Lio/vertx/ext/auth/AuthProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
        start local 1 // io.vertx.ext.auth.AuthProvider authProvider
         0: .line 84
            return
        end local 1 // io.vertx.ext.auth.AuthProvider authProvider
        end local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/ext/auth/jwt/impl/JWTUser;
            0    1     1  authProvider  Lio/vertx/ext/auth/AuthProvider;
    MethodParameters:
              Name  Flags
      authProvider  

  public void doIsPermitted(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
        start local 1 // java.lang.String permission
        start local 2 // io.vertx.core.Handler handler
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.impl.JWTUser.permissions:Lio/vertx/core/json/JsonArray;
            ifnull 7
         1: .line 89
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.impl.JWTUser.permissions:Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonArray.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: io.vertx.ext.auth.jwt.impl.JWTUser java.lang.String io.vertx.core.Handler top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* jwtPermission */
        start local 3 // java.lang.Object jwtPermission
         3: .line 90
            aload 1 /* permission */
            aload 3 /* jwtPermission */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 91
            aload 2 /* handler */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 92
            return
        end local 3 // java.lang.Object jwtPermission
         6: .line 89
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 97
      StackMap locals: io.vertx.ext.auth.jwt.impl.JWTUser java.lang.String io.vertx.core.Handler
      StackMap stack:
            getstatic io.vertx.ext.auth.jwt.impl.JWTUser.log:Lio/vertx/core/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "User has no permission ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* permission */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.logging.Logger.debug:(Ljava/lang/Object;)V
         8: .line 98
            aload 2 /* handler */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 99
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String permission
        end local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lio/vertx/ext/auth/jwt/impl/JWTUser;
            0   10     1     permission  Ljava/lang/String;
            0   10     2        handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
            3    6     3  jwtPermission  Ljava/lang/Object;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
            Name  Flags
      permission  
      handler     

  public void writeToBuffer(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
        start local 1 // io.vertx.core.buffer.Buffer buff
         0: .line 103
            aload 0 /* this */
            aload 1 /* buff */
            invokespecial io.vertx.ext.auth.AbstractUser.writeToBuffer:(Lio/vertx/core/buffer/Buffer;)V
         1: .line 104
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.impl.JWTUser.jwtToken:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.encode:()Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         2: .line 105
            aload 1 /* buff */
            aload 2 /* bytes */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         3: .line 106
            aload 1 /* buff */
            aload 2 /* bytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
         4: .line 107
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.impl.JWTUser.permissions:Lio/vertx/core/json/JsonArray;
            ifnull 9
         5: .line 108
            aload 0 /* this */
            getfield io.vertx.ext.auth.jwt.impl.JWTUser.permissions:Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonArray.encode:()Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            astore 2 /* bytes */
         6: .line 109
            aload 1 /* buff */
            aload 2 /* bytes */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         7: .line 110
            aload 1 /* buff */
            aload 2 /* bytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
         8: .line 111
            goto 10
         9: .line 112
      StackMap locals: byte[]
      StackMap stack:
            aload 1 /* buff */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
        10: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] bytes
        end local 1 // io.vertx.core.buffer.Buffer buff
        end local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lio/vertx/ext/auth/jwt/impl/JWTUser;
            0   11     1   buff  Lio/vertx/core/buffer/Buffer;
            2   11     2  bytes  [B
    MethodParameters:
      Name  Flags
      buff  

  public int readFromBuffer(int, io.vertx.core.buffer.Buffer);
    descriptor: (ILio/vertx/core/buffer/Buffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
        start local 1 // int pos
        start local 2 // io.vertx.core.buffer.Buffer buffer
         0: .line 118
            aload 0 /* this */
            iload 1 /* pos */
            aload 2 /* buffer */
            invokespecial io.vertx.ext.auth.AbstractUser.readFromBuffer:(ILio/vertx/core/buffer/Buffer;)I
            istore 1 /* pos */
         1: .line 119
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 3 /* len */
        start local 3 // int len
         2: .line 120
            iinc 1 /* pos */ 4
         3: .line 121
            aload 2 /* buffer */
            iload 1 /* pos */
            iload 1 /* pos */
            iload 3 /* len */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 4 /* bytes */
        start local 4 // byte[] bytes
         4: .line 122
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            new java.lang.String
            dup
            aload 4 /* bytes */
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            invokespecial io.vertx.core.json.JsonObject.<init>:(Ljava/lang/String;)V
            putfield io.vertx.ext.auth.jwt.impl.JWTUser.jwtToken:Lio/vertx/core/json/JsonObject;
         5: .line 123
            iload 1 /* pos */
            iload 3 /* len */
            iadd
            istore 1 /* pos */
         6: .line 125
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 3 /* len */
         7: .line 126
            iinc 1 /* pos */ 4
         8: .line 127
            iload 3 /* len */
            ifle 12
         9: .line 128
            aload 2 /* buffer */
            iload 1 /* pos */
            iload 1 /* pos */
            iload 3 /* len */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 4 /* bytes */
        10: .line 129
            aload 0 /* this */
            new io.vertx.core.json.JsonArray
            dup
            new java.lang.String
            dup
            aload 4 /* bytes */
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            invokespecial io.vertx.core.json.JsonArray.<init>:(Ljava/lang/String;)V
            putfield io.vertx.ext.auth.jwt.impl.JWTUser.permissions:Lio/vertx/core/json/JsonArray;
        11: .line 130
            iload 1 /* pos */
            iload 3 /* len */
            iadd
            istore 1 /* pos */
        12: .line 132
      StackMap locals: int byte[]
      StackMap stack:
            iload 1 /* pos */
            ireturn
        end local 4 // byte[] bytes
        end local 3 // int len
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // int pos
        end local 0 // io.vertx.ext.auth.jwt.impl.JWTUser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lio/vertx/ext/auth/jwt/impl/JWTUser;
            0   13     1     pos  I
            0   13     2  buffer  Lio/vertx/core/buffer/Buffer;
            2   13     3     len  I
            4   13     4   bytes  [B
    MethodParameters:
        Name  Flags
      pos     
      buffer  
}
SourceFile: "JWTUser.java"