ldapsdk 0.0.1
Public Member Functions

LDAPRebind Class Reference

Just an abstract class to provide a mechnism for rebind to another server when chasing referrals. More...

#include <LDAPRebind.h>

List of all members.

Public Member Functions

virtual ~LDAPRebind ()
virtual LDAPRebindAuthgetRebindAuth (const std::string &hostname, int port) const =0

Detailed Description

Just an abstract class to provide a mechnism for rebind to another server when chasing referrals.

Clients have to implement a class derived from this. To use authentication other than anonymous for referral chasing


Constructor & Destructor Documentation

virtual LDAPRebind::~LDAPRebind ( ) [inline, virtual]

Member Function Documentation

virtual LDAPRebindAuth* LDAPRebind::getRebindAuth ( const std::string hostname,
int  port 
) const [pure virtual]

The documentation for this class was generated from the following file: