KLDAP Library
21 #ifndef KLDAP_LDAPSERVER_H
22 #define KLDAP_LDAPSERVER_H
24 #include <QtCore/QString>
28 #include "kldap_export.h"
97 void setHost(
const QString &host );
102 QString host()
const;
108 void setPort(
int port );
118 void setBaseDn(
const LdapDN &baseDn );
123 LdapDN baseDn()
const;
128 void setUser(
const QString &user );
133 QString user()
const;
138 void setBindDn(
const QString &bindDn );
143 QString bindDn()
const;
148 void setRealm(
const QString &realm );
153 QString realm()
const;
158 void setPassword(
const QString &password );
163 QString password()
const;
169 void setVersion(
int version );
180 void setSecurity( Security mode );
185 Security security()
const;
191 void setAuth( Auth authentication );
201 void setMech(
const QString &mech );
206 QString mech()
const;
211 void setTimeout(
int timeout );
231 void setTimeLimit(
int limit );
236 int timeLimit()
const;
241 void setSizeLimit(
int sizelimit );
246 int sizeLimit()
const;
251 void setPageSize(
int size );
256 int pageSize()
const;
261 void setFilter(
const QString &filter );
266 QString filter()
const;
271 void setUrl(
const LdapUrl &url );
283 class LdapServerPrivate;
284 LdapServerPrivate *
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.