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

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

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

  private static final com.microsoft.sqlserver.jdbc.AuthenticationScheme[] ENUM$VALUES;
    descriptor: [Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
    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 246
            new com.microsoft.sqlserver.jdbc.AuthenticationScheme
            dup
            ldc "nativeAuthentication"
            iconst_0
            invokespecial com.microsoft.sqlserver.jdbc.AuthenticationScheme.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.nativeAuthentication:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
         1: .line 247
            new com.microsoft.sqlserver.jdbc.AuthenticationScheme
            dup
            ldc "ntlm"
            iconst_1
            invokespecial com.microsoft.sqlserver.jdbc.AuthenticationScheme.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.ntlm:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
         2: .line 248
            new com.microsoft.sqlserver.jdbc.AuthenticationScheme
            dup
            ldc "javaKerberos"
            iconst_2
            invokespecial com.microsoft.sqlserver.jdbc.AuthenticationScheme.<init>:(Ljava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.javaKerberos:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
         3: .line 245
            iconst_3
            anewarray com.microsoft.sqlserver.jdbc.AuthenticationScheme
            dup
            iconst_0
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.nativeAuthentication:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            aastore
            dup
            iconst_1
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.ntlm:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            aastore
            dup
            iconst_2
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.javaKerberos:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            aastore
            putstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.ENUM$VALUES:[Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            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.AuthenticationScheme this
         0: .line 245
            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.AuthenticationScheme this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  static com.microsoft.sqlserver.jdbc.AuthenticationScheme valueOfString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // java.lang.String value
         0: .line 252
            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.AuthenticationScheme.javaKerberos:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            invokevirtual com.microsoft.sqlserver.jdbc.AuthenticationScheme.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 253
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.javaKerberos:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            astore 1 /* scheme */
        start local 1 // com.microsoft.sqlserver.jdbc.AuthenticationScheme scheme
         2: .line 254
            goto 13
        end local 1 // com.microsoft.sqlserver.jdbc.AuthenticationScheme scheme
      StackMap locals:
      StackMap stack:
         3: aload 0 /* value */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
         4: .line 255
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.nativeAuthentication:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            invokevirtual com.microsoft.sqlserver.jdbc.AuthenticationScheme.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 7
         5: .line 256
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.nativeAuthentication:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            astore 1 /* scheme */
        start local 1 // com.microsoft.sqlserver.jdbc.AuthenticationScheme scheme
         6: .line 257
            goto 13
        end local 1 // com.microsoft.sqlserver.jdbc.AuthenticationScheme scheme
      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;
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.ntlm:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            invokevirtual com.microsoft.sqlserver.jdbc.AuthenticationScheme.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 10
         8: .line 258
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.ntlm:Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            astore 1 /* scheme */
        start local 1 // com.microsoft.sqlserver.jdbc.AuthenticationScheme scheme
         9: .line 259
            goto 13
        end local 1 // com.microsoft.sqlserver.jdbc.AuthenticationScheme scheme
        10: .line 260
      StackMap locals:
      StackMap stack:
            new java.text.MessageFormat
            dup
            ldc "R_invalidAuthenticationScheme"
            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
        11: .line 261
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* value */
            aastore
            astore 3 /* msgArgs */
        start local 3 // java.lang.Object[] msgArgs
        12: .line 262
            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
        start local 1 // com.microsoft.sqlserver.jdbc.AuthenticationScheme scheme
        13: .line 264
      StackMap locals: com.microsoft.sqlserver.jdbc.AuthenticationScheme
      StackMap stack:
            aload 1 /* scheme */
            areturn
        end local 1 // com.microsoft.sqlserver.jdbc.AuthenticationScheme scheme
        end local 0 // java.lang.String value
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0    value  Ljava/lang/String;
            2    3     1   scheme  Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            6    7     1   scheme  Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            9   10     1   scheme  Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
           13   14     1   scheme  Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
           11   13     2     form  Ljava/text/MessageFormat;
           12   13     3  msgArgs  [Ljava/lang/Object;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
       Name  Flags
      value  

  public static com.microsoft.sqlserver.jdbc.AuthenticationScheme[] values();
    descriptor: ()[Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.microsoft.sqlserver.jdbc.AuthenticationScheme.ENUM$VALUES:[Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.microsoft.sqlserver.jdbc.AuthenticationScheme
            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.AuthenticationScheme valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.microsoft.sqlserver.jdbc.AuthenticationScheme
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/microsoft/sqlserver/jdbc/AuthenticationScheme;>;
SourceFile: "SQLServerDriver.java"