#include <LDAPConstraints.h>
Namely these are time and size limits. Options for referral chasing and a default set of client of server controls to be used with every request
| LDAPConstraints::LDAPConstraints | ( | ) |
| LDAPConstraints::LDAPConstraints | ( | const LDAPConstraints & | c | ) |
| LDAPConstraints::~LDAPConstraints | ( | ) |
| void LDAPConstraints::setAliasDeref | ( | int | deref | ) |
| void LDAPConstraints::setMaxTime | ( | int | t | ) |
| void LDAPConstraints::setSizeLimit | ( | int | s | ) |
| void LDAPConstraints::setReferralChase | ( | bool | rc | ) |
| void LDAPConstraints::setHopLimit | ( | int | hop | ) |
| void LDAPConstraints::setReferralRebind | ( | const LDAPRebind * | rebind | ) |
| void LDAPConstraints::setServerControls | ( | const LDAPControlSet * | ctrls | ) |
| void LDAPConstraints::setClientControls | ( | const LDAPControlSet * | ctrls | ) |
| int LDAPConstraints::getAliasDeref | ( | ) | const |
| int LDAPConstraints::getMaxTime | ( | ) | const |
| int LDAPConstraints::getSizeLimit | ( | ) | const |
| const LDAPRebind * LDAPConstraints::getReferralRebind | ( | ) | const |
| const LDAPControlSet * LDAPConstraints::getServerControls | ( | ) | const |
| const LDAPControlSet * LDAPConstraints::getClientControls | ( | ) | const |
| LDAPControl ** LDAPConstraints::getSrvCtrlsArray | ( | ) | const |
| LDAPControl ** LDAPConstraints::getClCtrlsArray | ( | ) | const |
| timeval * LDAPConstraints::getTimeoutStruct | ( | ) | const |
| bool LDAPConstraints::getReferralChase | ( | ) | const |
| int LDAPConstraints::getHopLimit | ( | ) | const |
const int LDAPConstraints::DEREF_NEVER = 0x00 [static] |
const int LDAPConstraints::DEREF_SEARCHING = 0x01 [static] |
const int LDAPConstraints::DEREF_FINDING = 0x02 [static] |
const int LDAPConstraints::DEREF_ALWAYS = 0x04 [static] |
int LDAPConstraints::m_aliasDeref [private] |
int LDAPConstraints::m_maxTime [private] |
int LDAPConstraints::m_maxSize [private] |
bool LDAPConstraints::m_referralChase [private] |
int LDAPConstraints::m_HopLimit [private] |
int LDAPConstraints::m_deref [private] |
const LDAPRebind* LDAPConstraints::m_refRebind [private] |
LDAPControlSet* LDAPConstraints::m_clientControls [private] |
LDAPControlSet* LDAPConstraints::m_serverControls [private] |
1.5.3