Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

AuthHandler Class Reference

#include <test_auth.h>

Inheritance diagram for AuthHandler:

ApacheHandler ApacheBase List of all members.

Public Member Functions

 AuthHandler (void)
 ~AuthHandler (void)
int check_user_id (ApacheRequestRec *pRequest)
 The check_user_id method is called whenever a location mapped to your module is hit during the authentication phase.
int auth_checker (ApacheRequestRec *pRequest)
 The auth_checker method is called whenever a location mapped to your module is hit during the authorization phase.

Constructor & Destructor Documentation

AuthHandler::AuthHandler void   ) 
 

AuthHandler::~AuthHandler void   ) 
 


Member Function Documentation

int AuthHandler::auth_checker ApacheRequestRec pRequest  )  [virtual]
 

The auth_checker method is called whenever a location mapped to your module is hit during the authorization phase.

Parameters:
r ApacheRequestRec containing the current request

Reimplemented from ApacheHandler.

int AuthHandler::check_user_id ApacheRequestRec pRequest  )  [virtual]
 

The check_user_id method is called whenever a location mapped to your module is hit during the authentication phase.

Parameters:
r ApacheRequestRec containing the current request

Reimplemented from ApacheHandler.


The documentation for this class was generated from the following files:
Generated on Sun Apr 3 15:38:42 2005 for mod_cplusplus by  doxygen 1.4.2