class User

Class to wrap the information about a user

class attributes [NB. Highlighted attributes are static members]
function User() - The constructor
function name() - Get the username of the user
function password() - Get the encrypted password of the user
function uid() - Get the uid of the user
function gid() - Get the group id of the user
function realname() - Get the real name of the user
function home() - Get the home directory of the user
function shell() - Get the shell of the user

Functions

function User Click to go up to the list
The constructor
Declaration:
    native function User( number uid )
Parameters:
    Parameter #1: number uid - The user id to get information about

function name Click to go up to the list
Get the username of the user
Declaration:
    function name()
Returns:
    The username

function password Click to go up to the list
Get the encrypted password of the user
Declaration:
    function password()
Returns:
    The password

function uid Click to go up to the list
Get the uid of the user
Declaration:
    function uid()
Returns:
    The uid

function gid Click to go up to the list
Get the group id of the user
Declaration:
    function gid()
Returns:
    The group id

function realname Click to go up to the list
Get the real name of the user
Declaration:
    function realname()
Returns:
    The real name

function home Click to go up to the list
Get the home directory of the user
Declaration:
    function home()
Returns:
    The directory

function shell Click to go up to the list
Get the shell of the user
Declaration:
    function shell()
Returns:
    The shell

Automatically generated at 8:45pm, Wednesday 08 January 2003 by feritedoc.