33#ifndef API_MIP_USER_RIGHTS_H_
34#define API_MIP_USER_RIGHTS_H_
61 const std::vector<std::string>&
Users()
const {
return mUsers; }
A group of users and the rights associated with them.
const std::vector< std::string > & Users() const
Gets users associated with a set of rights.
std::vector< std::string > mRights
const std::vector< std::string > & Rights() const
Gets rights associated with a group of users.
UserRights(const std::vector< std::string > &users, const std::vector< std::string > &rights)
UserRights constructor.
std::vector< std::string > mUsers