#include <test_auth.h>
Inheritance diagram for AuthHandler:

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. | |
|
|
|
|
|
|
|
|
The auth_checker method is called whenever a location mapped to your module is hit during the authorization phase.
Reimplemented from ApacheHandler. |
|
|
The check_user_id method is called whenever a location mapped to your module is hit during the authentication phase.
Reimplemented from ApacheHandler. |
1.4.2