Inheritance diagram for LDAPConnection:
Public Member Functions | |
virtual bool | open ()=0 |
Opens a connection to the Server. | |
virtual bool | close ()=0 |
Closes a connection to the Server. | |
virtual generic_search_result_t * | execute (LDAPQuery *)=0 |
Searches a string in a message. | |
virtual bool | is_established () const=0 |
Shows wheter tconnection is established or not. | |
virtual | ~LDAPConnection () |
Destructor. |
This class models a basic standard interface to an LDAPConnection
|
Destructor.
|
|
Closes a connection to the Server. This function must be overridden by all classes extending LDAPConnection.
Implemented in FileStreamConnection, and LDAPSynchConnection. |
|
Searches a string in a message. This function must be overridden by all classes extending basic LDAPConnection.
Implemented in FileStreamConnection, and LDAPSynchConnection. |
|
Shows wheter tconnection is established or not.
Implemented in FileStreamConnection, and LDAPSynchConnection. |
|
Opens a connection to the Server. This function must be overridden by all classes extending LDAPConnection.
Implemented in FileStreamConnection, and LDAPSynchConnection. |