ldas-tools-al
2.5.7
|
Cache system information about users. More...
#include <UserInfoCache.hh>
Classes | |
class | UserInfo |
Class to manage information about a single user. More... | |
Public Member Functions | |
~UserInfoCache () | |
Destructor to release system resources. More... | |
Static Public Member Functions | |
static const UserInfo & | UID (UserInfo::uid_type Id) |
Locate an entry based on the identification number of the user. More... | |
static const UserInfo & | Name (const std::string &Name) |
Locate an entry based on the system name of the user. | |
Cache system information about users.
The information stored within this class contains information about the users that have access to current machine.
LDASTools::AL::UserInfoCache::~UserInfoCache | ( | ) |
Destructor to release system resources.
Release resource associated with this object
|
inlinestatic |
Locate an entry based on the identification number of the user.
Supply the caller with the full set of information known about the user assoicated with the giver user identification number.