|
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)
|