libkdepim
KPIM::LdapServer Class Reference
List of all members.Detailed Description
Definition at line 45 of file ldapclient.h.
Public Types | |
enum | Security { Sec_None, TLS, SSL } |
enum | Auth { Anonymous, Simple, SASL } |
Public Member Functions | |
LdapServer () | |
QString | host () const |
int | port () const |
const QString & | baseDN () const |
const QString & | user () const |
const QString & | bindDN () const |
const QString & | pwdBindDN () const |
int | timeLimit () const |
int | sizeLimit () const |
int | version () const |
int | security () const |
int | auth () const |
const QString & | mech () const |
void | setHost (const QString &host) |
void | setPort (int port) |
void | setBaseDN (const QString &baseDN) |
void | setUser (const QString &user) |
void | setBindDN (const QString &bindDN) |
void | setPwdBindDN (const QString &pwdBindDN) |
void | setTimeLimit (int timelimit) |
void | setSizeLimit (int sizelimit) |
void | setVersion (int version) |
void | setSecurity (int security) |
void | setAuth (int auth) |
void | setMech (const QString &mech) |
The documentation for this class was generated from the following file: