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.
Definition user_rights.h:46
const std::vector< std::string > & Users() const
Gets users associated with a set of rights.
Definition user_rights.h:61
std::vector< std::string > mRights
Definition user_rights.h:72
const std::vector< std::string > & Rights() const
Gets rights associated with a group of users.
Definition user_rights.h:68
UserRights(const std::vector< std::string > &users, const std::vector< std::string > &rights)
UserRights constructor.
Definition user_rights.h:54
std::vector< std::string > mUsers
Definition user_rights.h:71