Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
FormAuthenticator.h File Reference
Include dependency graph for FormAuthenticator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FormAuthenticator
 Implements browser-oriented form-based authentication. More...
 

Macros

#define FormAuthenticator_destructor(o)
 Release authenticator-owned realm storage after detaching all users. More...
 
#define FormAuthenticator_setLoginTracker(o, loginTracker)    (o)->tracker=loginTracker
 C form of FormAuthenticator::setLoginTracker. More...
 
#define FormAuthenticator_setSecure(o)   (o)->secure=TRUE
 C form of FormAuthenticator::setSecure. More...
 

Typedefs

typedef FormAuthenticator FormAuthenticator
 Implements browser-oriented form-based authentication. More...
 

Functions

BA_API void FormAuthenticator_constructor (FormAuthenticator *o, UserIntf *userDbIntf, const char *realm, LoginRespIntf *login)
 C form of FormAuthenticator::FormAuthenticator. More...