final class com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$ConfigurableImpl extends com.microsoft.azure.management.resources.fluentcore.arm.implementation.AzureConfigurableImpl<com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$Configurable> implements com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$Configurable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$ConfigurableImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.implementation.AzureConfigurableImpl
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$ConfigurableImpl this
         0: .line 90
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.implementation.AzureConfigurableImpl.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$ConfigurableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager$ConfigurableImpl;

  public com.microsoft.azure.management.keyvault.implementation.KeyVaultManager authenticate(com.microsoft.azure.credentials.AzureTokenCredentials, java.lang.String, java.lang.String);
    descriptor: (Lcom/microsoft/azure/credentials/AzureTokenCredentials;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$ConfigurableImpl this
        start local 1 // com.microsoft.azure.credentials.AzureTokenCredentials credentials
        start local 2 // java.lang.String tenantId
        start local 3 // java.lang.String subscriptionId
         0: .line 93
            aload 0 /* this */
            aload 1 /* credentials */
            getstatic com.microsoft.azure.AzureEnvironment$Endpoint.RESOURCE_MANAGER:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$ConfigurableImpl.buildRestClient:(Lcom/microsoft/azure/credentials/AzureTokenCredentials;Lcom/microsoft/azure/AzureEnvironment$Endpoint;)Lcom/microsoft/rest/RestClient;
         1: .line 94
            aload 2 /* tenantId */
            aload 3 /* subscriptionId */
         2: .line 92
            invokestatic com.microsoft.azure.management.keyvault.implementation.KeyVaultManager.authenticate:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager;
            areturn
        end local 3 // java.lang.String subscriptionId
        end local 2 // java.lang.String tenantId
        end local 1 // com.microsoft.azure.credentials.AzureTokenCredentials credentials
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$ConfigurableImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager$ConfigurableImpl;
            0    3     1     credentials  Lcom/microsoft/azure/credentials/AzureTokenCredentials;
            0    3     2        tenantId  Ljava/lang/String;
            0    3     3  subscriptionId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      credentials     
      tenantId        
      subscriptionId  
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/AzureConfigurableImpl<Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager$Configurable;>;Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultManager$Configurable;
SourceFile: "KeyVaultManager.java"
NestHost: com.microsoft.azure.management.keyvault.implementation.KeyVaultManager
InnerClasses:
  public final Endpoint = com.microsoft.azure.AzureEnvironment$Endpoint of com.microsoft.azure.AzureEnvironment
  public abstract Configurable = com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$Configurable of com.microsoft.azure.management.keyvault.implementation.KeyVaultManager
  private final ConfigurableImpl = com.microsoft.azure.management.keyvault.implementation.KeyVaultManager$ConfigurableImpl of com.microsoft.azure.management.keyvault.implementation.KeyVaultManager