Definition at line 50 of file accounts.py.
def airbus_cobot_gui.account.accounts.User.__init__ |
( |
|
self, |
|
|
|
userid = None , |
|
|
|
privilege = Privilege.NONE |
|
) |
| |
def airbus_cobot_gui.account.accounts.User.__str__ |
( |
|
self | ) |
|
def airbus_cobot_gui.account.accounts.User.get_password |
( |
|
self, |
|
|
|
decode = False |
|
) |
| |
def airbus_cobot_gui.account.accounts.User.init |
( |
|
self, |
|
|
|
userid, |
|
|
|
privilege |
|
) |
| |
def airbus_cobot_gui.account.accounts.User.set_password |
( |
|
self, |
|
|
|
password, |
|
|
|
encode = True |
|
) |
| |
airbus_cobot_gui.account.accounts.User.connected |
airbus_cobot_gui.account.accounts.User.created |
airbus_cobot_gui.account.accounts.User.encoded |
airbus_cobot_gui.account.accounts.User.modified |
airbus_cobot_gui.account.accounts.User.NONE = UNKNOWN |
|
static |
airbus_cobot_gui.account.accounts.User.password |
airbus_cobot_gui.account.accounts.User.privilege |
string airbus_cobot_gui.account.accounts.User.UNKNOWN = 'Unknown' |
|
static |
airbus_cobot_gui.account.accounts.User.userid |
The documentation for this class was generated from the following file: