Package netscape.ldap
Class LDAPSearchResult
- java.lang.Object
-
- netscape.ldap.LDAPMessage
-
- netscape.ldap.LDAPSearchResult
-
- All Implemented Interfaces:
java.io.Serializable
public class LDAPSearchResult extends LDAPMessage
A LDAPSearchResult object encapsulates a single search result.- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class netscape.ldap.LDAPMessage
ABANDON_REQUEST, ADD_REQUEST, ADD_RESPONSE, BIND_REQUEST, BIND_RESPONSE, COMPARE_REQUEST, COMPARE_RESPONSE, DEL_REQUEST, DEL_RESPONSE, EXTENDED_REQUEST, EXTENDED_RESPONSE, MODIFY_RDN_REQUEST, MODIFY_RDN_RESPONSE, MODIFY_REQUEST, MODIFY_RESPONSE, SEARCH_REQUEST, SEARCH_RESPONSE, SEARCH_RESULT, SEARCH_RESULT_REFERENCE, UNBIND_REQUEST
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LDAPEntry
getEntry()
Returns the entry of a server search response.-
Methods inherited from class netscape.ldap.LDAPMessage
getControls, getMessageID, getType, toString
-
-