|
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)
- Return self if the login is successful and None otherwise.
- logout(self, fromMgr=0)
- manager(self)
- name(self)
- password(self)
- serialNum(self)
- setManager(self, manager)
- Set the manager, which can only be done once.
- setName(self, name)
- Set the name, which can only be done once.
- setPassword(self, password)
- wasAccessed(self)
|