user descriptor, as read from the config file. More...
Data Fields | |
char * | a1_hash |
struct ao2_container * | blackfilters |
int | displayconnects |
struct ast_ha * | ha |
int | keep |
struct { | |
struct ast_manager_user * next | |
} | list |
int | readperm |
char * | secret |
char | username [80] |
struct ao2_container * | whitefilters |
int | writeperm |
int | writetimeout |
user descriptor, as read from the config file.
Definition at line 1039 of file manager.c.
char* a1_hash |
precalculated A1 for Digest auth
Definition at line 1050 of file manager.c.
Referenced by __init_manager(), auth_http_callback(), and manager_free_user().
struct ao2_container* blackfilters [read] |
Definition at line 1049 of file manager.c.
Referenced by __init_manager(), authenticate(), and manager_free_user().
int displayconnects |
Per user Timeout for ast_carefulwrite() XXX unused
Definition at line 1046 of file manager.c.
Referenced by __init_manager(), auth_http_callback(), handle_showmanager(), and manager_displayconnects().
ACL setting
Definition at line 1042 of file manager.c.
Referenced by __init_manager(), auth_http_callback(), authenticate(), handle_showmanager(), and manager_free_user().
int keep |
mark entries created on a reload
Definition at line 1047 of file manager.c.
Referenced by __init_manager().
struct { ... } list |
Referenced by get_manager_by_name_locked(), handle_showmanagers(), and manager_shutdown().
struct ast_manager_user* next [read] |
int readperm |
Definition at line 1043 of file manager.c.
Referenced by __init_manager(), auth_http_callback(), authenticate(), and handle_showmanager().
char* secret |
Definition at line 1041 of file manager.c.
Referenced by __init_manager(), authenticate(), handle_showmanager(), and manager_free_user().
char username[80] |
Definition at line 1040 of file manager.c.
Referenced by __init_manager(), auth_http_callback(), get_manager_by_name_locked(), handle_showmanager(), and handle_showmanagers().
struct ao2_container* whitefilters [read] |
Definition at line 1048 of file manager.c.
Referenced by __init_manager(), authenticate(), and manager_free_user().
int writeperm |
Authorization for reading
Definition at line 1044 of file manager.c.
Referenced by __init_manager(), auth_http_callback(), authenticate(), and handle_showmanager().
int writetimeout |
Authorization for writing
Definition at line 1045 of file manager.c.
Referenced by __init_manager(), auth_http_callback(), and authenticate().