Microsoft Information Protection (MIP) SDK for C++: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C++
|
A group of users and the rights associated with them. More...
#include <src/api/mip/user_rights.h>
Public Member Functions | |
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. | |
const std::vector< std::string > & | Users () const |
Gets users associated with a set of rights. | |
Private Attributes | |
std::vector< std::string > | mRights |
std::vector< std::string > | mUsers |
A group of users and the rights associated with them.
Definition at line 46 of file user_rights.h.
|
inline |
UserRights constructor.
users | Group of users that share the same rights |
rights | Rights shared by group of users |
Definition at line 54 of file user_rights.h.
|
inline |
Gets rights associated with a group of users.
Definition at line 68 of file user_rights.h.
References mRights.
|
inline |
Gets users associated with a set of rights.
Definition at line 61 of file user_rights.h.
References mUsers.
|
private |
Definition at line 72 of file user_rights.h.
Referenced by Rights().
|
private |
Definition at line 71 of file user_rights.h.
Referenced by Users().