|
ldas-tools-al 2.6.7
|
Class to manage information about a single user. More...
#include <UserInfoCache.hh>
Public Member Functions | |
| UserInfo () | |
| constructor | |
| UserInfo (const char *Name, const char *Password, const uid_type UID, const gid_type GID, const char *Gecos, const char *HomeDir, const char *Shell) | |
| constructor | |
| UserInfo () | |
| constructor | |
| UserInfo (const char *Name, const char *Password, const uid_type UID, const gid_type GID, const char *Gecos, const char *HomeDir, const char *Shell) | |
| constructor | |
| const std::string & | Name () const |
| Supply the system name of the user. | |
| const std::string & | Name () const |
| Supply the system name of the user. | |
| gid_type | GID () const |
| Supply the caller with the user's group id. | |
| gid_type | GID () const |
| Supply the caller with the user's group id. | |
| uid_type | UID () const |
| Supply the caller with user's id. | |
| uid_type | UID () const |
| Supply the caller with user's id. | |
Class to manage information about a single user.
|
inline |
constructor
This is the default constructor.
|
inline |
constructor
This constructor fills in the information suppled by reading each of the password entries.
|
inline |
Supply the caller with the user's group id.
Supply the caller with user's group id.
|
inline |
Supply the system name of the user.
Supply the caller with the System Name.