|
COAR
1.0
COAR - DMS system
|
#include <user_ids.h>
Public Member Functions | |
| user_ids (coaruserid_t uid, coaruserid_t pgid, std::vector< coaruserid_t > gids, _uint_t special_authority) | |
| user_ids (const user_ids &other) | |
| ~user_ids () | |
| user_ids & | operator= (const user_ids &other) |
| _uint_t | getSpecialAuthority () |
| std::vector< coaruserid_t > | getUserGroups () |
| coaruserid_t | getUid () |
| coaruserid_t | getPGuid () |
The class serves for saving the special permissions, identifiers of groups which a user is a member of, and identification of a user
| user_ids::user_ids | ( | coaruserid_t | uid, |
| coaruserid_t | pgid, | ||
| std::vector< coaruserid_t > | gids, | ||
| _uint_t | special_authority | ||
| ) |
Constructor
| user_ids::user_ids | ( | const user_ids & | other | ) |
Copy constructor
| user_ids::~user_ids | ( | ) |
Destructor
| coaruserid_t user_ids::getPGuid | ( | ) |
| _uint_t user_ids::getSpecialAuthority | ( | ) |
| coaruserid_t user_ids::getUid | ( | ) |
| std::vector< coaruserid_t > user_ids::getUserGroups | ( | ) |