KLDAP Library
21 #ifndef KLDAP_LDAPSERVER_H
22 #define KLDAP_LDAPSERVER_H
24 #include <QtCore/QString>
28 #include "kldap_export.h"
99 void setHost(
const QString &host );
104 QString host()
const;
110 void setPort(
int port );
120 void setBaseDn(
const LdapDN &baseDn );
125 LdapDN baseDn()
const;
130 void setUser(
const QString &user );
135 QString user()
const;
140 void setBindDn(
const QString &bindDn );
145 QString bindDn()
const;
150 void setRealm(
const QString &realm );
155 QString realm()
const;
160 void setPassword(
const QString &password );
165 QString password()
const;
171 void setVersion(
int version );
182 void setSecurity( Security mode );
187 Security security()
const;
193 void setAuth( Auth authentication );
203 void setMech(
const QString &mech );
208 QString mech()
const;
213 void setTimeout(
int timeout );
233 void setTimeLimit(
int limit );
238 int timeLimit()
const;
243 void setSizeLimit(
int sizelimit );
248 int sizeLimit()
const;
253 void setPageSize(
int size );
258 int pageSize()
const;
263 void setFilter(
const QString &filter );
268 QString filter()
const;
273 void setUrl(
const LdapUrl &url );
285 class LdapServerPrivate;
286 LdapServerPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:09 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.