interface com.microsoft.sqlserver.jdbc.SSPIAuthentication$RealmValidator
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.sqlserver.jdbc.SSPIAuthentication$RealmValidator
  super_class: java.lang.Object
{
  public abstract boolean isRealmValid(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      realm  
}
SourceFile: "SSPIAuthentication.java"
NestHost: com.microsoft.sqlserver.jdbc.SSPIAuthentication
InnerClasses:
  abstract RealmValidator = com.microsoft.sqlserver.jdbc.SSPIAuthentication$RealmValidator of com.microsoft.sqlserver.jdbc.SSPIAuthentication