public final class com.sun.jndi.ldap.LdapResult
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.jndi.ldap.LdapResult
  super_class: java.lang.Object
{
  int msgId;
    descriptor: I
    flags: (0x0000) 

  public int status;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  java.lang.String matchedDN;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String errorMessage;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.util.Vector<java.util.Vector<java.lang.String>> referrals;
    descriptor: Ljava/util/Vector;
    flags: (0x0000) 
    Signature: Ljava/util/Vector<Ljava/util/Vector<Ljava/lang/String;>;>;

  com.sun.jndi.ldap.LdapReferralException refEx;
    descriptor: Lcom/sun/jndi/ldap/LdapReferralException;
    flags: (0x0000) 

  java.util.Vector<com.sun.jndi.ldap.LdapEntry> entries;
    descriptor: Ljava/util/Vector;
    flags: (0x0000) 
    Signature: Ljava/util/Vector<Lcom/sun/jndi/ldap/LdapEntry;>;

  java.util.Vector<javax.naming.ldap.Control> resControls;
    descriptor: Ljava/util/Vector;
    flags: (0x0000) 
    Signature: Ljava/util/Vector<Ljavax/naming/ldap/Control;>;

  public byte[] serverCreds;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  java.lang.String extensionId;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  byte[] extensionValue;
    descriptor: [B
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapResult this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapResult.referrals:Ljava/util/Vector;
         2: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapResult.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
         3: .line 44
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapResult.entries:Ljava/util/Vector;
         4: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapResult.resControls:Ljava/util/Vector;
         5: .line 46
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapResult.serverCreds:[B
         6: .line 47
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapResult.extensionId:Ljava/lang/String;
         7: .line 48
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapResult.extensionValue:[B
         8: .line 36
            return
        end local 0 // com.sun.jndi.ldap.LdapResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/jndi/ldap/LdapResult;

  boolean compareToSearchResult(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapResult this
        start local 1 // java.lang.String name
         0: .line 57
            iconst_0
            istore 2 /* successful */
        start local 2 // boolean successful
         1: .line 59
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapResult.status:I
            tableswitch { // 5 - 6
                    5: 9
                    6: 2
              default: 13
          }
         2: .line 61
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.LdapResult.status:I
         3: .line 62
            aload 0 /* this */
            new java.util.Vector
            dup
            iconst_1
            iconst_1
            invokespecial java.util.Vector.<init>:(II)V
            putfield com.sun.jndi.ldap.LdapResult.entries:Ljava/util/Vector;
         4: .line 63
            new javax.naming.directory.BasicAttributes
            dup
            iconst_1
            invokespecial javax.naming.directory.BasicAttributes.<init>:(Z)V
            astore 3 /* attrs */
        start local 3 // javax.naming.directory.Attributes attrs
         5: .line 64
            new com.sun.jndi.ldap.LdapEntry
            dup
            aload 1 /* name */
            aload 3 /* attrs */
            invokespecial com.sun.jndi.ldap.LdapEntry.<init>:(Ljava/lang/String;Ljavax/naming/directory/Attributes;)V
            astore 4 /* entry */
        start local 4 // com.sun.jndi.ldap.LdapEntry entry
         6: .line 65
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapResult.entries:Ljava/util/Vector;
            aload 4 /* entry */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         7: .line 66
            iconst_1
            istore 2 /* successful */
         8: .line 67
            goto 14
        end local 4 // com.sun.jndi.ldap.LdapEntry entry
        end local 3 // javax.naming.directory.Attributes attrs
         9: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.LdapResult.status:I
        10: .line 71
            aload 0 /* this */
            new java.util.Vector
            dup
            iconst_0
            invokespecial java.util.Vector.<init>:(I)V
            putfield com.sun.jndi.ldap.LdapResult.entries:Ljava/util/Vector;
        11: .line 72
            iconst_1
            istore 2 /* successful */
        12: .line 73
            goto 14
        13: .line 76
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* successful */
        14: .line 80
      StackMap locals:
      StackMap stack:
            iload 2 /* successful */
            ireturn
        end local 2 // boolean successful
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapResult this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lcom/sun/jndi/ldap/LdapResult;
            0   15     1        name  Ljava/lang/String;
            1   15     2  successful  Z
            5    9     3       attrs  Ljavax/naming/directory/Attributes;
            6    9     4       entry  Lcom/sun/jndi/ldap/LdapEntry;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "LdapResult.java"