|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
#include <AuthenticatedUser.h>

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... | |