public final class com.microsoft.azure.credentials.AzureCliSubscription
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.credentials.AzureCliSubscription
  super_class: java.lang.Object
{
  private java.lang.String environmentName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String tenantId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String state;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.credentials.AzureCliSubscription$UserInfo user;
    descriptor: Lcom/microsoft/azure/credentials/AzureCliSubscription$UserInfo;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String clientId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean isDefault;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.credentials.AzureTokenCredentials credentialInstance;
    descriptor: Lcom/microsoft/azure/credentials/AzureTokenCredentials;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, com.microsoft.azure.credentials.AzureCliToken> userTokens;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/credentials/AzureCliToken;>;

  private com.microsoft.azure.credentials.AzureCliToken servicePrincipalToken;
    descriptor: Lcom/microsoft/azure/credentials/AzureCliToken;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 23
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield com.microsoft.azure.credentials.AzureCliSubscription.userTokens:Ljava/util/Map;
         2: .line 23
            return
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 39
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;

  public boolean isDefault();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 43
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.isDefault:Z
            ireturn
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;

  public java.lang.String clientId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 47
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription.isServicePrincipal:()Z
            ifeq 2
         1: .line 48
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.servicePrincipalToken:Lcom/microsoft/azure/credentials/AzureCliToken;
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.clientId:()Ljava/lang/String;
            areturn
         2: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.clientId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;

  com.microsoft.azure.credentials.AzureCliSubscription withToken(com.microsoft.azure.credentials.AzureCliToken);
    descriptor: (Lcom/microsoft/azure/credentials/AzureCliToken;)Lcom/microsoft/azure/credentials/AzureCliSubscription;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
        start local 1 // com.microsoft.azure.credentials.AzureCliToken token
         0: .line 54
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription.isServicePrincipal:()Z
            ifeq 3
         1: .line 55
            aload 0 /* this */
            aload 1 /* token */
            putfield com.microsoft.azure.credentials.AzureCliSubscription.servicePrincipalToken:Lcom/microsoft/azure/credentials/AzureCliToken;
         2: .line 56
            goto 7
         3: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* token */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.resource:()Ljava/lang/String;
            ifnull 5
         4: .line 58
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.userTokens:Ljava/util/Map;
            aload 1 /* token */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.resource:()Ljava/lang/String;
            aload 1 /* token */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.clientId:Ljava/lang/String;
            ifnonnull 7
         6: .line 61
            aload 0 /* this */
            aload 1 /* token */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.clientId:()Ljava/lang/String;
            putfield com.microsoft.azure.credentials.AzureCliSubscription.clientId:Ljava/lang/String;
         7: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.credentials.AzureCliToken token
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/microsoft/azure/credentials/AzureCliSubscription;
            0    8     1  token  Lcom/microsoft/azure/credentials/AzureCliToken;
    MethodParameters:
       Name  Flags
      token  

  public com.microsoft.azure.AzureEnvironment environment();
    descriptor: ()Lcom/microsoft/azure/AzureEnvironment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 68
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.environmentName:Ljava/lang/String;
            ifnonnull 2
         1: .line 69
            aconst_null
            areturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.environmentName:Ljava/lang/String;
            ldc "AzureCloud"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 71
            getstatic com.microsoft.azure.AzureEnvironment.AZURE:Lcom/microsoft/azure/AzureEnvironment;
            areturn
         4: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.environmentName:Ljava/lang/String;
            ldc "AzureChinaCloud"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 73
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_CHINA:Lcom/microsoft/azure/AzureEnvironment;
            areturn
         6: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.environmentName:Ljava/lang/String;
            ldc "AzureGermanCloud"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 75
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_GERMANY:Lcom/microsoft/azure/AzureEnvironment;
            areturn
         8: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.environmentName:Ljava/lang/String;
            ldc "AzureUSGovernment"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 77
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_US_GOVERNMENT:Lcom/microsoft/azure/AzureEnvironment;
            areturn
        10: .line 79
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;

  public java.lang.String tenant();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 84
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.tenantId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;

  public boolean isServicePrincipal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 88
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.user:Lcom/microsoft/azure/credentials/AzureCliSubscription$UserInfo;
            getfield com.microsoft.azure.credentials.AzureCliSubscription$UserInfo.type:Ljava/lang/String;
            ldc "ServicePrincipal"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ireturn
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;

  public java.lang.String userName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 92
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.user:Lcom/microsoft/azure/credentials/AzureCliSubscription$UserInfo;
            getfield com.microsoft.azure.credentials.AzureCliSubscription$UserInfo.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;

  com.microsoft.azure.credentials.AzureCliToken servicePrincipal();
    descriptor: ()Lcom/microsoft/azure/credentials/AzureCliToken;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 96
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.servicePrincipalToken:Lcom/microsoft/azure/credentials/AzureCliToken;
            areturn
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;

  synchronized com.microsoft.azure.credentials.AzureTokenCredentials credentialInstance();
    descriptor: ()Lcom/microsoft/azure/credentials/AzureTokenCredentials;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
         0: .line 100
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.credentialInstance:Lcom/microsoft/azure/credentials/AzureTokenCredentials;
            ifnull 2
         1: .line 101
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.credentialInstance:Lcom/microsoft/azure/credentials/AzureTokenCredentials;
            areturn
         2: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription.isServicePrincipal:()Z
            ifeq 10
         3: .line 104
            aload 0 /* this */
            new com.microsoft.azure.credentials.ApplicationTokenCredentials
            dup
         4: .line 105
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription.clientId:()Ljava/lang/String;
         5: .line 106
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription.tenant:()Ljava/lang/String;
         6: .line 107
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.servicePrincipalToken:Lcom/microsoft/azure/credentials/AzureCliToken;
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.accessToken:()Ljava/lang/String;
         7: .line 108
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription.environment:()Lcom/microsoft/azure/AzureEnvironment;
            invokespecial com.microsoft.azure.credentials.ApplicationTokenCredentials.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/AzureEnvironment;)V
         8: .line 104
            putfield com.microsoft.azure.credentials.AzureCliSubscription.credentialInstance:Lcom/microsoft/azure/credentials/AzureTokenCredentials;
         9: .line 110
            goto 11
        10: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.microsoft.azure.credentials.AzureCliSubscription$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription.clientId:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription.tenant:()Ljava/lang/String;
            aconst_null
            aconst_null
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription.environment:()Lcom/microsoft/azure/AzureEnvironment;
            invokespecial com.microsoft.azure.credentials.AzureCliSubscription$1.<init>:(Lcom/microsoft/azure/credentials/AzureCliSubscription;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/AzureEnvironment;)V
            putfield com.microsoft.azure.credentials.AzureCliSubscription.credentialInstance:Lcom/microsoft/azure/credentials/AzureTokenCredentials;
        11: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription.credentialInstance:Lcom/microsoft/azure/credentials/AzureTokenCredentials;
            areturn
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/microsoft/azure/credentials/AzureCliSubscription;
}
SourceFile: "AzureCliSubscription.java"
NestMembers:
  com.microsoft.azure.credentials.AzureCliSubscription$1  com.microsoft.azure.credentials.AzureCliSubscription$UserInfo  com.microsoft.azure.credentials.AzureCliSubscription$Wrapper
InnerClasses:
  com.microsoft.azure.credentials.AzureCliSubscription$1
  private UserInfo = com.microsoft.azure.credentials.AzureCliSubscription$UserInfo of com.microsoft.azure.credentials.AzureCliSubscription
  Wrapper = com.microsoft.azure.credentials.AzureCliSubscription$Wrapper of com.microsoft.azure.credentials.AzureCliSubscription
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta()