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