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"
61 void setUrl(
const LdapUrl &url );
84 QString connectionError()
const;
93 bool setSizeLimit(
int sizelimit );
95 int sizeLimit()
const;
100 bool setTimeLimit(
int timelimit );
102 int timeLimit()
const;
109 int getOption(
int option,
void *value )
const;
112 int setOption(
int option,
void *value );
115 int ldapErrorCode()
const;
117 QString ldapErrorString()
const;
119 static QString errorString(
int code );
122 QString saslErrorString()
const;
128 void *handle()
const;
134 void *saslHandle()
const;
137 class LdapConnectionPrivate;
138 LdapConnectionPrivate *
const d;
A special url class for LDAP.
A class that contains LDAP server connection settings.
This class represents a connection to an LDAP server.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:58 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.