Barracuda Application Server C/C++ Reference
NO
AuthorizerIntf Struct Reference

Detailed Description

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

#include <AuthenticatedUser.h>

Public Member Functions

 AuthorizerIntf (AuthorizerIntf_Authorize authorize)
 The constructor. More...
 
bool authorize (struct AuthenticatedUser *user, HttpMethod method, const char *path)
 Returns TRUE if user is authorized. More...