_origen.users¶
Functions¶
current_user(): Retrieves the current userusers(): Undocumented.
-
_origen.users.current_user()¶ Retrieves the current user
-
_origen.users.users()¶
Classes¶
Users: To allow origen.users to act as a dict-like property without falling out of syncUser: Undocumented.UserDataset: Undocumented.DataStore: Undocumented.
-
class
_origen.users.Users¶ To allow origen.users to act as a dict-like property without falling out of sync with the backend, this class should remain stateless.
-
DATA_FIELDS¶
-
add()¶
-
current_user()¶
-
get()¶
-
ids()¶
-
items()¶
-
keys()¶
-
values()¶
-
-
class
_origen.users.User¶ -
authenticated¶
-
clear_cache_password()¶ Clears the cached password only for the default dataset
-
clear_cached_passwords()¶ Clears all cached passwords for all datasets
-
data_lookup_hierarchy¶
-
data_store¶
-
dataset_for()¶
-
datasets¶
-
display_name¶
-
email¶
-
first_name¶
-
home_dir¶
-
id¶
-
last_name¶
-
password¶ Gets the password for the default dataset
-
password_for()¶
-
session¶
-
top_datakey¶
-
username¶
-