UserKit.User
index
/usr/local/share/webware/UserKit/User.py

 
Modules
       
time

 
Classes
       
__builtin__.object
User

 
class User(__builtin__.object)
    @@ 2001-02-19 ce: docs
 
  Methods defined here:
__init__(self, manager=None, name=None, password=None)
creationTime(self)
externalId(self)
isActive(self)
lastAccessTime(self)
lastLoginTime(self)
login(self, password, fromMgr=0)
Returns self if the login is successful and None otherwise.
logout(self, fromMgr=0)
manager(self)
name(self)
password(self)
serialNum(self)
setManager(self, manager)
Sets the manager, which can only be done once.
setName(self, name)
Sets the name, which can only be done once.
setPassword(self, password)
wasAccessed(self)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'User' objects>
list of weak references to the object (if defined)