#include <RightManager.h>
Public Member Functions | |
bool | hasRight (int userId, int rightId) |
bool | hasRight (int userId, const std::string &rightName) |
bool | hasRight (int userId, int rightId, const std::string ¶m) |
bool | hasRight (int userId, const std::string &rightName, const std::string ¶m) |
Static Public Member Functions | |
static void | initialise () |
static RightManager & | getInstance () |
Definition at line 29 of file RightManager.h.