RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
Provides for the mapping of roles and users. More...
#include <UserRoles.h>
Public Member Functions | |
UserRoles (const UserList &users, const RoleList &roles) | |
Constructor for UserRoles object. | |
const UserList & | Users () const |
Users to whom the rights are granted. | |
const RoleList & | Roles () const |
Roles of the users. | |
Provides for the mapping of roles and users.