Barracuda Application Server C/C++ Reference
NO
|
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... | |