#include <ldapclient.h>
Public Slots | |
| void | setHost (const QString &host) |
| void | setPort (const QString &port) |
| void | setBase (const QString &base) |
| void | setAttrs (const QStringList &attrs) |
| void | startQuery (const QString &filter) |
| void | cancelQuery () |
Signals | |
| void | done () |
| void | error (const QString &) |
| void | result (const KABC::LdapObject &) |
Public Methods | |
| bool | isActive () const |
We mean it!
Definition at line 83 of file ldapclient.h.
|
|
Abort a running query |
|
|
Emitted when the query is done |
|
|
Emitted in case of error |
|
|
returns true if there is a query running Definition at line 92 of file ldapclient.h. |
|
|
Emitted once for each object returned from the query |
|
|
Set the attributes that should be returned, or an empty list if all attributes are wanted |
|
|
Set the base DN |
|
|
Set the name or IP of the LDAP server |
|
|
Set the port of the LDAP server if using a nonstandard port |
|
|
Start the query with filter filter |
1.2.18