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;
This class represents a connection to an LDAP server.
A class that contains LDAP server connection settings.
A special url class for LDAP.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.