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