8 #ifndef LDAP_SEARCH_REFERENCE_H
9 #define LDAP_SEARCH_REFERENCE_H
This class represents any type of LDAP- Message returned from the server.
Definition: LDAPMessage.h:23
For internal use only.
Definition: LDAPRequest.h:25
This class is used to represent Continuation References that were returned during a SEARCH-Operation.
Definition: LDAPSearchReference.h:21
~LDAPSearchReference()
The Destructor.
Definition: LDAPSearchReference.cpp:44
const LDAPUrlList & getUrls() const
Definition: LDAPSearchReference.cpp:49
This class is used to analyze and store LDAP-Urls as returned by a LDAP-Server as Referrals and Searc...
Definition: LDAPUrl.h:22
This container class is used to store multiple LDAPUrl-objects.
Definition: LDAPUrlList.h:16