Class JDAPSearchResponse

java.lang.Object
netscape.ldap.client.opers.JDAPSearchResponse
All Implemented Interfaces:
JDAPProtocolOp

public class JDAPSearchResponse extends Object implements JDAPProtocolOp
This class implements the search response. This object is sent from the ldap server to the interface.
 entry [APPLICATION 4] SEQUENCE {
   objectName LDAPDN,
   attributes SEQUENCE OF SEQUENCE {
     AttributeType,
     SET OF AttributeValue
   }
 }
 
Note that the following is the LDAPv3 definition:
 SearchResultEntry ::= [APPLICATION 4] SEQUENCE {
   objectName LDAPDN,
   attributes PartialAttributeList
 }
 PartialAttributeList ::= SEQUENCE OF SEQUENCE {
   type AttributeDescription,
   vals SET OF AttributeValue
 }
 
Version:
1.0