Public Member Functions |
| PolicyItem (const std::string &u, const std::string &obj, const std::string &act) |
bool | userMatches (std::string &str) |
bool | objectMatches (std::string &object_id) |
bool | isRestricted () const |
const std::string & | getUser () const |
const std::string & | getObject () const |
const char * | getAction () const |
Private Attributes |
const std::string | user |
const std::string | object |
const boost::regex | user_re |
const boost::regex | object_re |
PolicyAction | action |
Detailed Description
Definition at line 64 of file policy.h.
The documentation for this class was generated from the following file: