Barracuda Application Server C/C++ Reference
NO
|
Abstract interface class implemented by DigestAuthenticator, FormAuthenticator and DigestAuthenticator.
#include <AuthenticatedUser.h>
Public Member Functions | |
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... | |