Inheritance diagram for LDAPSynchConnection:
Public Member Functions | |
LDAPSynchConnection (const std::string &, const std::string &, int, long=15) | |
Constructor. | |
virtual | ~LDAPSynchConnection () |
Distructor. | |
bool | open () |
Opens a connection to the Server. | |
bool | close () |
Closes a connection to the Server. | |
generic_search_result_t * | execute (LDAPQuery *q) |
Performs LDAP search operations using ldap_search_st() allowing a timeout to be specified. | |
bool | is_established () const |
Conenction test wheter established or not. | |
std::string | error () const |
This class implements all virtual superclass methods in order to provide a synchronous concrete connection to the LDAP Server.
|
Constructor.
|
|
Distructor.
|
|
Closes a connection to the Server. This function overrides virtual LDAP Connection one.
Implements LDAPConnection. |
|
|
|
Performs LDAP search operations using ldap_search_st() allowing a timeout to be specified.
Implements LDAPConnection. |
|
Conenction test wheter established or not.
Implements LDAPConnection. |
|
Opens a connection to the Server. This function overrides virtual LDAP Connection one.
Implements LDAPConnection. |