Classes | |
| class | AuthStore |
Functions | |
| models.Group | _system_admin_group () |
| models.Group | _system_read_only_group () |
| models.Group | _system_user_group () |
Variables | |
| int | DEFAULT_SAVE_DELAY = 1 |
| string | GROUP_NAME_ADMIN = "Administrators" |
| string | GROUP_NAME_READ_ONLY = "Read Only" |
| string | GROUP_NAME_USER = "Users" |
| int | INITIAL_LOAD_SAVE_DELAY = 300 |
| string | STORAGE_KEY = "auth" |
| int | STORAGE_VERSION = 1 |
Storage for auth models.
|
private |
Create system admin group.
Definition at line 610 of file auth_store.py.
|
private |
Create read only group.
Definition at line 630 of file auth_store.py.
|
private |
Create system user group.
Definition at line 620 of file auth_store.py.
| int homeassistant.auth.auth_store.DEFAULT_SAVE_DELAY = 1 |
Definition at line 43 of file auth_store.py.
| string homeassistant.auth.auth_store.GROUP_NAME_ADMIN = "Administrators" |
Definition at line 30 of file auth_store.py.
| string homeassistant.auth.auth_store.GROUP_NAME_READ_ONLY = "Read Only" |
Definition at line 32 of file auth_store.py.
| string homeassistant.auth.auth_store.GROUP_NAME_USER = "Users" |
Definition at line 31 of file auth_store.py.
| int homeassistant.auth.auth_store.INITIAL_LOAD_SAVE_DELAY = 300 |
Definition at line 41 of file auth_store.py.
| string homeassistant.auth.auth_store.STORAGE_KEY = "auth" |
Definition at line 29 of file auth_store.py.
| int homeassistant.auth.auth_store.STORAGE_VERSION = 1 |
Definition at line 28 of file auth_store.py.