Public Member Functions | |
TekUserUnixRO () | |
~TekUserUnixRO () | |
virtual TEKERR | put_TekUserInfo (struct TekUserInfo *SUInfo) |
virtual TEKERR | get_Description (uchar_t **RetVal) |
virtual TEKERR | get_GroupID (gid_t *RetVal) |
virtual TEKERR | get_HomeDir (uchar_t **RetVal) |
virtual TEKERR | get_UserID (uid_t *RetVal) |
virtual TEKERR | get_Username (uchar_t **RetVal) |
virtual TEKERR | put_Description (const uchar_t *NewDescription) |
virtual TEKERR | put_GroupID (gid_t NewGroupID) |
virtual TEKERR | put_HomeDir (const uchar_t *NewHomeDir) |
virtual TEKERR | put_Password (uchar_t *NewPassword) |
virtual TEKERR | put_UserID (uid_t NewID) |
virtual TEKERR | put_Username (const uchar_t *NewUsername) |
virtual TEKERR | Save () |
This interface is FINAL.
Definition at line 37 of file tekuserunixro.h.
|
Instantizer. SUInfo is the input. Definition at line 42 of file TekUserUnixRO.cpp. |
|
Destructor. Definition at line 52 of file TekUserUnixRO.cpp. |
|
Retrieves a description or a real name, of the user in question. Implements TekUser. Definition at line 85 of file TekUserUnixRO.cpp. |
|
Retrieves the primary Group ID of the user in question. Implements TekUser. Definition at line 104 of file TekUserUnixRO.cpp. References TekUserInfo::TekUserInfo_GroupID. |
|
Retrieves the home directory of the user in question. Implements TekUser. Definition at line 123 of file TekUserUnixRO.cpp. |
|
Retrieves the User ID of the user in question. Implements TekUser. Definition at line 142 of file TekUserUnixRO.cpp. |
|
Retrieves the username of the user in question. Implements TekUser. Definition at line 155 of file TekUserUnixRO.cpp. |
|
This function is not implemented. Implements TekUser. Definition at line 174 of file TekUserUnixRO.cpp. |
|
This function is not implemented. Implements TekUser. Definition at line 184 of file TekUserUnixRO.cpp. |
|
This function is not implemented. Implements TekUser. Definition at line 196 of file TekUserUnixRO.cpp. |
|
This function is not implemented. Implements TekUser. Definition at line 208 of file TekUserUnixRO.cpp. |
|
Sets a new set of user information into the instance. Implements TekUser. Definition at line 68 of file TekUserUnixRO.cpp. |
|
This function is not implemented. Implements TekUser. Definition at line 220 of file TekUserUnixRO.cpp. |
|
This function is not implemented. Implements TekUser. Definition at line 232 of file TekUserUnixRO.cpp. |
|
This function is not implemented. Implements TekUser. Definition at line 242 of file TekUserUnixRO.cpp. |