Public Member Functions | |
CheckItem (const std::string &u, const std::string &obj, CheckMap &check_cache) | |
bool | operator() (PolicyItem *p) |
bool | hasCachedResult () const |
bool | getCachedResult () const |
void | setCachedResult (bool result) |
Private Attributes | |
std::string | user |
std::string | object |
std::string | key |
bool | has_cached_result |
bool | cached_result |
CheckMap & | check_cache |