| |
- Method resolution order:
- User
- api.models.base.Base
- __builtin__.object
Methods defined here:
- __init__(self, data)
- get_custom_attribute(self, name)
- get_custom_attributes(self)
- get_group_id(self)
- get_role_ids(self)
- get_user_data(self)
- get_user_metadata(self)
- get_user_params(self)
Data and other attributes defined here:
- STATE_APPROVED = 1
- STATE_REJECTED = 2
- STATE_UNAPPROVED = 0
- STATE_UNLICENSED = 3
- STATUS_ACTIVE = 1
- STATUS_AWAITING_PASSWORD_RESET = 5
- STATUS_LOCKED = 3
- STATUS_PASSWORD_EXPIRED = 4
- STATUS_SUSPENDED = 2
- STATUS_UNACTIVATED = 0
Methods inherited from api.models.base.Base:
- __str__(self)
Data descriptors inherited from api.models.base.Base:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|