|
C/C++ Reference
|
An abstract class, which you must implement, provides a method of authorizing an authenticated user. More...
#include <AuthenticatedUser.h>

Public Member Functions | |
| AuthorizerIntf (AuthorizerIntf_Authorize authorize) | |
| The constructor. | |
| bool | authorize (struct AuthenticatedUser *user, HttpMethod method, const char *path) |
| Returns TRUE if user is authorized. | |
An abstract class, which you must implement, provides a method of authorizing an authenticated user.