class com.microsoft.azure.management.keyvault.implementation.VaultImpl$1 implements rx.functions.Action1<com.microsoft.azure.management.graphrbac.ActiveDirectoryUser>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.keyvault.implementation.VaultImpl$1
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.keyvault.implementation.VaultImpl this$0;
    descriptor: Lcom/microsoft/azure/management/keyvault/implementation/VaultImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.microsoft.azure.management.keyvault.implementation.AccessPolicyImpl val$accessPolicy;
    descriptor: Lcom/microsoft/azure/management/keyvault/implementation/AccessPolicyImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.keyvault.implementation.VaultImpl, com.microsoft.azure.management.keyvault.implementation.AccessPolicyImpl);
    descriptor: (Lcom/microsoft/azure/management/keyvault/implementation/VaultImpl;Lcom/microsoft/azure/management/keyvault/implementation/AccessPolicyImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.keyvault.implementation.VaultImpl$1 this
         0: .line 266
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$1.this$0:Lcom/microsoft/azure/management/keyvault/implementation/VaultImpl;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$1.val$accessPolicy:Lcom/microsoft/azure/management/keyvault/implementation/AccessPolicyImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.keyvault.implementation.VaultImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/VaultImpl$1;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$accessPolicy  final

  public void call(com.microsoft.azure.management.graphrbac.ActiveDirectoryUser);
    descriptor: (Lcom/microsoft/azure/management/graphrbac/ActiveDirectoryUser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.VaultImpl$1 this
        start local 1 // com.microsoft.azure.management.graphrbac.ActiveDirectoryUser user
         0: .line 269
            aload 1 /* user */
            ifnonnull 7
         1: .line 270
            new com.microsoft.azure.CloudException
            dup
         2: .line 271
            ldc "User principal name %s is not found in tenant %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 272
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$1.val$accessPolicy:Lcom/microsoft/azure/management/keyvault/implementation/AccessPolicyImpl;
            invokevirtual com.microsoft.azure.management.keyvault.implementation.AccessPolicyImpl.userPrincipalName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$1.this$0:Lcom/microsoft/azure/management/keyvault/implementation/VaultImpl;
            getfield com.microsoft.azure.management.keyvault.implementation.VaultImpl.graphRbacManager:Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;
            invokevirtual com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager.tenantId:()Ljava/lang/String;
            aastore
         4: .line 271
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         5: .line 273
            aconst_null
         6: .line 270
            invokespecial com.microsoft.azure.CloudException.<init>:(Ljava/lang/String;Lretrofit2/Response;)V
            athrow
         7: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$1.val$accessPolicy:Lcom/microsoft/azure/management/keyvault/implementation/AccessPolicyImpl;
            aload 1 /* user */
            invokeinterface com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.id:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.keyvault.implementation.AccessPolicyImpl.forObjectId:(Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/implementation/AccessPolicyImpl;
            pop
         8: .line 276
            return
        end local 1 // com.microsoft.azure.management.graphrbac.ActiveDirectoryUser user
        end local 0 // com.microsoft.azure.management.keyvault.implementation.VaultImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/microsoft/azure/management/keyvault/implementation/VaultImpl$1;
            0    9     1  user  Lcom/microsoft/azure/management/graphrbac/ActiveDirectoryUser;
    MethodParameters:
      Name  Flags
      user  

  public void call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.graphrbac.ActiveDirectoryUser
            invokevirtual com.microsoft.azure.management.keyvault.implementation.VaultImpl$1.call:(Lcom/microsoft/azure/management/graphrbac/ActiveDirectoryUser;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Action1<Lcom/microsoft/azure/management/graphrbac/ActiveDirectoryUser;>;
SourceFile: "VaultImpl.java"
EnclosingMethod: com.microsoft.azure.management.keyvault.implementation.VaultImpl.populateAccessPolicies:()Lrx/Observable;
NestHost: com.microsoft.azure.management.keyvault.implementation.VaultImpl
InnerClasses:
  com.microsoft.azure.management.keyvault.implementation.VaultImpl$1