KLDAP::LdapControl Class Reference
This class represents an LDAP Control.
More...
#include <ldapcontrol.h>
List of all members.
Detailed Description
This class represents an LDAP Control.
Definition at line 36 of file ldapcontrol.h.
Constructor & Destructor Documentation
| LdapControl::LdapControl |
( |
|
) |
|
| LdapControl::LdapControl |
( |
QString & |
oid, |
|
|
QByteArray & |
value, |
|
|
bool |
critical = false | |
|
) |
| | |
Creates a control with the given OID, value and criticality.
Definition at line 54 of file ldapcontrol.cpp.
| LdapControl::~LdapControl |
( |
|
) |
[virtual] |
Member Function Documentation
| LdapControl LdapControl::createPageControl |
( |
int |
pagesize, |
|
|
const QByteArray & |
cookie = QByteArray() | |
|
) |
| | [static] |
| bool LdapControl::critical |
( |
|
) |
const |
| QString LdapControl::oid |
( |
|
) |
const |
| int LdapControl::parsePageControl |
( |
QByteArray & |
cookie |
) |
const |
Parses a paging results control, which the server returned.
Puts the server's cookie into cookie, and returns the estimated result set size. If the OID is not the page control's OID, or the value cannot be decoded, returns -1.
Definition at line 118 of file ldapcontrol.cpp.
| void LdapControl::setControl |
( |
const QString & |
oid, |
|
|
const QByteArray & |
value, |
|
|
bool |
critical = false | |
|
) |
| | |
Sets the control's OID, value and criticality.
Definition at line 81 of file ldapcontrol.cpp.
| void LdapControl::setCritical |
( |
bool |
critical |
) |
|
| void LdapControl::setOid |
( |
const QString & |
oid |
) |
|
| void LdapControl::setValue |
( |
const QByteArray & |
value |
) |
|
| QByteArray LdapControl::value |
( |
|
) |
const |
The documentation for this class was generated from the following files: