|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.LDAPMessage
netscape.ldap.LDAPSearchResult
public class LDAPSearchResult
A LDAPSearchResult object encapsulates a single search result.
Field Summary | |
---|---|
(package private) static long |
serialVersionUID
|
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 |
Constructor Summary | |
---|---|
LDAPSearchResult(int msgid,
JDAPSearchResponse rsp,
LDAPControl[] controls)
Constructor |
Method Summary | |
---|---|
LDAPEntry |
getEntry()
Returns the entry of a server search response. |
Methods inherited from class netscape.ldap.LDAPMessage |
---|
getControls, getMessageID, getProtocolOp, getType, parseMessage, toString, toTraceString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
static final long serialVersionUID
Constructor Detail |
---|
LDAPSearchResult(int msgid, JDAPSearchResponse rsp, LDAPControl[] controls)
msgid
- message identifierrsp
- search operation responsecontrols
- array of controls or nullLDAPEntry
Method Detail |
---|
public LDAPEntry getEntry()
LDAPEntry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |