Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

rcUser Class Reference

List of all members.

Public Member Functions

 __init__ (userId, loginId, userName)
 getId ()
 getLoginId ()
 getName ()
 getRoles ()
 getPermissions ()
 addRole (role)
 addPermission (permission)
 isAdministrator ()
 __str__ ()

Detailed Description

Class that stores security and identification information about users

Definition at line 7 of file rcUsers.py.


Member Function Documentation

addPermission permission   ) 
 

Adds permission to this user's permissions

Parameters:
permission Permission name

addRole role   ) 
 

Adds role to this user's roles

Parameters:
role Role name

getId  ) 
 

Returns the three digit user id

Returns:
User Id

getLoginId  ) 
 

Returns the user's login id

Returns:
Login id

getName  ) 
 

Returns the user name

Returns:
User name

getPermissions  ) 
 

Returns the list of permissions that this user has

Returns:
List of permissions

getRoles  ) 
 

Returns the list of roles that this user belongs in

Returns:
List of roles

isAdministrator  ) 
 

Returns the user's administrator status

Returns:
1: If this user is an administrator 0: Otherwise


The documentation for this class was generated from the following file:
Generated on Fri Jul 21 13:27:57 2006 for LATTE R04-12-00 by doxygen 1.4.3