Home | Trees | Indices | Help |
|
---|
|
Application's user resource. This resource represents a user of the operating system the application might be installed on.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
string |
login_group User's login group. |
list of string |
groups List of user's groups. |
string |
gid User's GID. |
string |
uid User's UID. |
string |
password User's password. |
string |
home User's home directory. |
string |
full_name User's full name. |
string |
shell User's shell. |
bool |
system Flag telling if the user should be created as a system user or not. |
Inherited from Inherited from |
Method Details |
Adds a group to user's groups.
|
Prints this user's state to standard output in a user-friendly way.
|
Property Details |
login_groupUser's login group.
|
groupsList of user's groups.
|
gidUser's GID.
|
uidUser's UID.
|
passwordUser's password.
|
homeUser's home directory.
|
full_nameUser's full name.
|
shellUser's shell.
|
systemFlag telling if the user should be created as a system user or not.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 14:16:50 2017 | http://epydoc.sourceforge.net |