class com.microsoft.azure.management.keyvault.implementation.VaultImpl$2 implements rx.functions.Action1<com.microsoft.azure.management.graphrbac.ServicePrincipal>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.keyvault.implementation.VaultImpl$2
  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$2 this
         0: .line 281
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$2.this$0:Lcom/microsoft/azure/management/keyvault/implementation/VaultImpl;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$2.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$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/VaultImpl$2;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$accessPolicy  final

  public void call(com.microsoft.azure.management.graphrbac.ServicePrincipal);
    descriptor: (Lcom/microsoft/azure/management/graphrbac/ServicePrincipal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.VaultImpl$2 this
        start local 1 // com.microsoft.azure.management.graphrbac.ServicePrincipal sp
         0: .line 284
            aload 1 /* sp */
            ifnonnull 7
         1: .line 285
            new com.microsoft.azure.CloudException
            dup
         2: .line 286
            ldc "Service principal name %s is not found in tenant %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 287
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$2.val$accessPolicy:Lcom/microsoft/azure/management/keyvault/implementation/AccessPolicyImpl;
            invokevirtual com.microsoft.azure.management.keyvault.implementation.AccessPolicyImpl.servicePrincipalName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$2.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 285
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         5: .line 288
            aconst_null
         6: .line 285
            invokespecial com.microsoft.azure.CloudException.<init>:(Ljava/lang/String;Lretrofit2/Response;)V
            athrow
         7: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.VaultImpl$2.val$accessPolicy:Lcom/microsoft/azure/management/keyvault/implementation/AccessPolicyImpl;
            aload 1 /* sp */
            invokeinterface com.microsoft.azure.management.graphrbac.ServicePrincipal.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 291
            return
        end local 1 // com.microsoft.azure.management.graphrbac.ServicePrincipal sp
        end local 0 // com.microsoft.azure.management.keyvault.implementation.VaultImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/microsoft/azure/management/keyvault/implementation/VaultImpl$2;
            0    9     1    sp  Lcom/microsoft/azure/management/graphrbac/ServicePrincipal;
    MethodParameters:
      Name  Flags
      sp    

  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.ServicePrincipal
            invokevirtual com.microsoft.azure.management.keyvault.implementation.VaultImpl$2.call:(Lcom/microsoft/azure/management/graphrbac/ServicePrincipal;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Action1<Lcom/microsoft/azure/management/graphrbac/ServicePrincipal;>;
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$2