KLDAP Library
21 #ifndef KLDAP_LDAPCONNECTION_H
22 #define KLDAP_LDAPCONNECTION_H
24 #include <QtCore/QString>
27 #include "ldapserver.h"
28 #include "kldap_export.h"
60 void setUrl(
const LdapUrl &url );
82 QString connectionError()
const;
89 bool setSizeLimit(
int sizelimit );
91 int sizeLimit()
const;
94 bool setTimeLimit(
int timelimit );
96 int timeLimit()
const;
100 int getOption(
int option,
void *value )
const;
103 int setOption(
int option,
void *value );
106 int ldapErrorCode()
const;
108 QString ldapErrorString()
const;
110 static QString errorString(
int code );
113 QString saslErrorString()
const;
119 void *handle()
const;
125 void *saslHandle()
const;
128 class LdapConnectionPrivate;
129 LdapConnectionPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:14 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.