Barracuda Application Server C/C++ Reference
NO
|
Implements Form-Based Authentication.
See the User Authentication documentation for an introduction to authentication and authorization. A form authenticator can be used only by browser clients.
#include <FormAuthenticator.h>
Public Member Functions | |
FormAuthenticator (UserIntf *userDbIntf, const char *realm, LoginRespIntf *sendLogin) | |
void | setLoginTracker (LoginTracker *tracker) |
Prevent dictionary attacks. More... | |
void | setSecure () |
Set authenticator into secure mode and accept only SSL connections. More... | |
Public Member Functions inherited from AuthenticatorIntf | |
AuthenticatorIntf (AuthenticatorIntf_Authenticate authenticate) | |
The constructor is used by one of the BasicAuthenticator, DigestAuthenticator or FormAuthenticator constructors. | |
AuthenticatedUser * | authenticate (const char *relPath, HttpCommand *cmd) |
Authenticate the user. More... | |