Barracuda Application Server C/C++ Reference
NO
AuthenticatorIntf Struct Reference

Detailed Description

Abstract interface class implemented by DigestAuthenticator, FormAuthenticator and DigestAuthenticator.

#include <AuthenticatedUser.h>

Inheritance diagram for AuthenticatorIntf:

Public Member Functions

 AuthenticatorIntf (AuthenticatorIntf_Authenticate authenticate)
 The constructor is used by one of the BasicAuthenticator, DigestAuthenticator or FormAuthenticator constructors.
 
AuthenticatedUserauthenticate (const char *relPath, HttpCommand *cmd)
 Authenticate the user. More...