final class com.microsoft.sqlserver.jdbc.SqlAuthentication extends java.lang.Enum<com.microsoft.sqlserver.jdbc.SqlAuthentication>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.microsoft.sqlserver.jdbc.SqlAuthentication
  super_class: java.lang.Enum
{
  public static final com.microsoft.sqlserver.jdbc.SqlAuthentication NotSpecified;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SqlAuthentication SqlPassword;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SqlAuthentication ActiveDirectoryPassword;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SqlAuthentication ActiveDirectoryIntegrated;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SqlAuthentication ActiveDirectoryMSI;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SqlAuthentication ActiveDirectoryServicePrincipal;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SqlAuthentication ActiveDirectoryInteractive;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.microsoft.sqlserver.jdbc.SqlAuthentication[] ENUM$VALUES;
    descriptor: [Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 64
            new com.microsoft.sqlserver.jdbc.SqlAuthentication
            dup
            ldc "NotSpecified"
            iconst_0
            invokespecial com.microsoft.sqlserver.jdbc.SqlAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.NotSpecified:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
         1: .line 65
            new com.microsoft.sqlserver.jdbc.SqlAuthentication
            dup
            ldc "SqlPassword"
            iconst_1
            invokespecial com.microsoft.sqlserver.jdbc.SqlAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.SqlPassword:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
         2: .line 66
            new com.microsoft.sqlserver.jdbc.SqlAuthentication
            dup
            ldc "ActiveDirectoryPassword"
            iconst_2
            invokespecial com.microsoft.sqlserver.jdbc.SqlAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryPassword:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
         3: .line 67
            new com.microsoft.sqlserver.jdbc.SqlAuthentication
            dup
            ldc "ActiveDirectoryIntegrated"
            iconst_3
            invokespecial com.microsoft.sqlserver.jdbc.SqlAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryIntegrated:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
         4: .line 68
            new com.microsoft.sqlserver.jdbc.SqlAuthentication
            dup
            ldc "ActiveDirectoryMSI"
            iconst_4
            invokespecial com.microsoft.sqlserver.jdbc.SqlAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryMSI:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
         5: .line 69
            new com.microsoft.sqlserver.jdbc.SqlAuthentication
            dup
            ldc "ActiveDirectoryServicePrincipal"
            iconst_5
            invokespecial com.microsoft.sqlserver.jdbc.SqlAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryServicePrincipal:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
         6: .line 70
            new com.microsoft.sqlserver.jdbc.SqlAuthentication
            dup
            ldc "ActiveDirectoryInteractive"
            bipush 6
            invokespecial com.microsoft.sqlserver.jdbc.SqlAuthentication.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryInteractive:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
         7: .line 63
            bipush 7
            anewarray com.microsoft.sqlserver.jdbc.SqlAuthentication
            dup
            iconst_0
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.NotSpecified:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            aastore
            dup
            iconst_1
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.SqlPassword:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            aastore
            dup
            iconst_2
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryPassword:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            aastore
            dup
            iconst_3
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryIntegrated:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            aastore
            dup
            iconst_4
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryMSI:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            aastore
            dup
            iconst_5
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryServicePrincipal:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            aastore
            dup
            bipush 6
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryInteractive:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            aastore
            putstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ENUM$VALUES:[Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SqlAuthentication this
         0: .line 63
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SqlAuthentication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  static com.microsoft.sqlserver.jdbc.SqlAuthentication valueOfString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // java.lang.String value
         0: .line 73
            aconst_null
            astore 1 /* method */
        start local 1 // com.microsoft.sqlserver.jdbc.SqlAuthentication method
         1: .line 75
            aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.NotSpecified:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.SqlAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 76
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.NotSpecified:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            astore 1 /* method */
         3: .line 77
            goto 29
      StackMap locals: com.microsoft.sqlserver.jdbc.SqlAuthentication
      StackMap stack:
         4: aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.SqlPassword:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.SqlAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 7
         5: .line 78
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.SqlPassword:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            astore 1 /* method */
         6: .line 79
            goto 29
      StackMap locals:
      StackMap stack:
         7: aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
         8: .line 80
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryPassword:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.SqlAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 11
         9: .line 81
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryPassword:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            astore 1 /* method */
        10: .line 82
            goto 29
      StackMap locals:
      StackMap stack:
        11: aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
        12: .line 83
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryIntegrated:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.SqlAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 15
        13: .line 84
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryIntegrated:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            astore 1 /* method */
        14: .line 85
            goto 29
      StackMap locals:
      StackMap stack:
        15: aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryMSI:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.SqlAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 18
        16: .line 86
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryMSI:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            astore 1 /* method */
        17: .line 87
            goto 29
      StackMap locals:
      StackMap stack:
        18: aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
        19: .line 88
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryServicePrincipal:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.SqlAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 22
        20: .line 89
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryServicePrincipal:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            astore 1 /* method */
        21: .line 90
            goto 29
      StackMap locals:
      StackMap stack:
        22: aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
        23: .line 91
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryInteractive:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            invokevirtual com.microsoft.sqlserver.jdbc.SqlAuthentication.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 26
        24: .line 92
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ActiveDirectoryInteractive:Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            astore 1 /* method */
        25: .line 93
            goto 29
        26: .line 94
      StackMap locals:
      StackMap stack:
            new java.text.MessageFormat
            dup
            ldc "R_InvalidConnectionSetting"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;)V
            astore 2 /* form */
        start local 2 // java.text.MessageFormat form
        27: .line 95
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "authentication"
            aastore
            dup
            iconst_1
            aload 0 /* value */
            aastore
            astore 3 /* msgArgs */
        start local 3 // java.lang.Object[] msgArgs
        28: .line 96
            new com.microsoft.sqlserver.jdbc.SQLServerException
            dup
            aconst_null
            aload 2 /* form */
            aload 3 /* msgArgs */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            aconst_null
            iconst_0
            iconst_0
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerException.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;IZ)V
            athrow
        end local 3 // java.lang.Object[] msgArgs
        end local 2 // java.text.MessageFormat form
        29: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            areturn
        end local 1 // com.microsoft.sqlserver.jdbc.SqlAuthentication method
        end local 0 // java.lang.String value
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   30     0    value  Ljava/lang/String;
            1   30     1   method  Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
           27   29     2     form  Ljava/text/MessageFormat;
           28   29     3  msgArgs  [Ljava/lang/Object;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
       Name  Flags
      value  

  public static com.microsoft.sqlserver.jdbc.SqlAuthentication[] values();
    descriptor: ()[Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.microsoft.sqlserver.jdbc.SqlAuthentication.ENUM$VALUES:[Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.microsoft.sqlserver.jdbc.SqlAuthentication
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.microsoft.sqlserver.jdbc.SqlAuthentication valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.microsoft.sqlserver.jdbc.SqlAuthentication
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/microsoft/sqlserver/jdbc/SqlAuthentication;>;
SourceFile: "SQLServerDriver.java"