C/C++ Reference
AuthorizerIntf Struct Reference

An abstract class, which you must implement, provides a method of authorizing an authenticated user. More...

#include <AuthenticatedUser.h>

Collaboration diagram for AuthorizerIntf:

List of all members.

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.

Detailed Description

An abstract class, which you must implement, provides a method of authorizing an authenticated user.