Barracuda Application Server C/C++ Reference
NO
|
Implements Basic Authentication.
Please see the User Authentication documentation for more information.
#include <BasicAuthenticator.h>
Public Member Functions | |
BasicAuthenticator (UserIntf *userDbIntf, const char *realm, LoginRespIntf *sendLogin) | |
void | setLoginTracker (LoginTracker *tracker) |
Prevent dictionary attacks. 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... | |
Static Public Member Functions | |
static void | setAutHeader (const char *realm, HttpResponse *response) |
Sets a HTTP basic authenticate header and sets status to. More... | |