C/C++ Reference
AuthenticatorIntf Struct Reference

Abstract interface class implemented by DigestAuthenticator, FormAuthenticator and DigestAuthenticator. More...

#include <AuthenticatedUser.h>

Inheritance diagram for AuthenticatorIntf:
Collaboration diagram for AuthenticatorIntf:

List of all members.

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.

Detailed Description

Abstract interface class implemented by DigestAuthenticator, FormAuthenticator and DigestAuthenticator.