KABC::LdapClient Class Reference
#include <ldapclient.h>
Inheritance diagram for KABC::LdapClient:
List of all members.
Detailed Description
This class is internal.
Binary compatibiliy might be broken any time without notification. Do not use it.
We mean it!
Definition at line 85 of file ldapclient.h.
Member Function Documentation
void KABC::LdapClient::cancelQuery |
( |
|
) |
[slot] |
|
void KABC::LdapClient::done |
( |
|
) |
[signal] |
|
|
Emitted when the query is done |
void KABC::LdapClient::error |
( |
const QString & |
|
) |
[signal] |
|
bool KABC::LdapClient::isActive |
( |
|
) |
const [inline] |
|
|
returns true if there is a query running
Definition at line 94 of file ldapclient.h. |
|
Emitted once for each object returned from the query |
void KABC::LdapClient::setAttrs |
( |
const QStringList & |
attrs |
) |
[slot] |
|
|
Set the attributes that should be returned, or an empty list if all attributes are wanted |
void KABC::LdapClient::setBase |
( |
const QString & |
base |
) |
[slot] |
|
void KABC::LdapClient::setBindDN |
( |
const QString & |
bindDN |
) |
[slot] |
|
void KABC::LdapClient::setHost |
( |
const QString & |
host |
) |
[slot] |
|
|
Set the name or IP of the LDAP server |
void KABC::LdapClient::setPort |
( |
const QString & |
port |
) |
[slot] |
|
|
Set the port of the LDAP server if using a nonstandard port |
void KABC::LdapClient::setPwdBindDN |
( |
const QString & |
pwdBindDN |
) |
[slot] |
|
void KABC::LdapClient::startQuery |
( |
const QString & |
filter |
) |
[slot] |
|
|
Start the query with filter filter |
The documentation for this class was generated from the following file: