Go to the documentation of this file.
7 #ifndef LDAP_SEARCH_RESULTS_H
8 #define LDAP_SEARCH_RESULTS_H
54 #endif //LDAP_SEARCH_RESULTS_H
This class is only thrown as an Exception and used to signalize error conditions during LDAP-operatio...
Definition: LDAPException.h:23
void addReference(const LDAPSearchReference &e)
Adds one element to the end of the list.
Definition: LDAPReferenceList.cpp:37
const_iterator end() const
Definition: LDAPEntryList.cpp:33
This class represents any type of LDAP- Message returned from the server.
Definition: LDAPMessage.h:23
LDAPResult * readMessageQueue(LDAPMessageQueue *msg)
For internal use only.
Definition: LDAPSearchResults.cpp:19
LDAPSearchResults()
Default-Constructor.
Definition: LDAPSearchResults.cpp:14
const_iterator begin() const
Definition: LDAPEntryList.cpp:29
static const int SEARCH_ENTRY
Definition: LDAPMessage.h:27
static const int SEARCH_REFERENCE
Definition: LDAPMessage.h:29
int getMessageType()
Definition: LDAPMessage.cpp:55
This class is used to represent the result entries of a SEARCH-operation.
Definition: LDAPSearchResult.h:20
ListType::const_iterator const_iterator
Definition: LDAPReferenceList.h:24
void addEntry(const LDAPEntry &e)
Adds an Entry to the end of the list.
Definition: LDAPEntryList.cpp:37
This class is used to represent Continuation References that were returned during a SEARCH-Operation.
Definition: LDAPSearchReference.h:21
const_iterator end() const
Definition: LDAPReferenceList.cpp:33
This class is used to store every kind of LDAP Entry.
Definition: LDAPEntry.h:19
This class is for representing LDAP-Result-Messages.
Definition: LDAPResult.h:30
This class is created for the asynchronous LDAP-operations.
Definition: LDAPMessageQueue.h:27
const_iterator begin() const
Definition: LDAPReferenceList.cpp:29
LDAPEntry * getNext()
The method is used by the client-application to read the result entries of the SEARCH-Operation.
Definition: LDAPSearchResults.cpp:47
This container class is used to store multiple LDAPUrl-objects.
Definition: LDAPUrlList.h:16
Container class for storing a list of Search References.
Definition: LDAPReferenceList.h:20
The class stores the results of a synchronous SEARCH-Operation.
Definition: LDAPSearchResults.h:22
For internal use only.
Definition: LDAPEntryList.h:21
This class extends LDAPException and is used to signalize Referrals there were received during synchr...
Definition: LDAPException.h:84
ListType::const_iterator const_iterator
Definition: LDAPEntryList.h:25
LDAPMsg * getNext()
This method reads exactly one Message from the results of a Request.
Definition: LDAPMessageQueue.cpp:40