class com.microsoft.sqlserver.jdbc.SSPIAuthentication$1 implements com.microsoft.sqlserver.jdbc.SSPIAuthentication$RealmValidator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SSPIAuthentication$1
  super_class: java.lang.Object
{
  final com.microsoft.sqlserver.jdbc.SSPIAuthentication this$0;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SSPIAuthentication;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.sqlserver.jdbc.SSPIAuthentication);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SSPIAuthentication;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SSPIAuthentication$1 this
         0: .line 78
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SSPIAuthentication$1.this$0:Lcom/microsoft/sqlserver/jdbc/SSPIAuthentication;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SSPIAuthentication$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SSPIAuthentication$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isRealmValid(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SSPIAuthentication$1 this
        start local 1 // java.lang.String realm
         0: .line 82
            aload 1 /* realm */
            invokestatic com.microsoft.sqlserver.jdbc.dns.DNSKerberosLocator.isRealmValid:(Ljava/lang/String;)Z
         1: ireturn
         2: .line 83
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            pop
         3: .line 84
            iconst_0
            ireturn
        end local 1 // java.lang.String realm
        end local 0 // com.microsoft.sqlserver.jdbc.SSPIAuthentication$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/microsoft/sqlserver/jdbc/SSPIAuthentication$1;
            0    4     1  realm  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class javax.naming.NamingException
    MethodParameters:
       Name  Flags
      realm  
}
SourceFile: "SSPIAuthentication.java"
EnclosingMethod: com.microsoft.sqlserver.jdbc.SSPIAuthentication.getRealmValidator:()Lcom/microsoft/sqlserver/jdbc/SSPIAuthentication$RealmValidator;
NestHost: com.microsoft.sqlserver.jdbc.SSPIAuthentication
InnerClasses:
  com.microsoft.sqlserver.jdbc.SSPIAuthentication$1
  abstract RealmValidator = com.microsoft.sqlserver.jdbc.SSPIAuthentication$RealmValidator of com.microsoft.sqlserver.jdbc.SSPIAuthentication