Barracuda Application Server C/C++ Reference
NO
All Classes Functions Variables Typedefs Enumerations Enumerator Modules Pages
LoginTrackerIntf Struct Reference

Detailed Description

The interface between the LoginTracker and the application code.

You must inherit and implement the callback methods required for the LoginTrackerIntf.

#include <AuthenticatedUser.h>

Public Member Functions

 LoginTrackerIntf (LoginTrackerIntf_Validate validate, LoginTrackerIntf_Login login, LoginTrackerIntf_LoginFailed loginFailed, LoginTrackerIntf_TerminateNode terminateNode)
 Create a LoginTrackerIntf. More...