Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

WAPPushUser Struct Reference

Collaboration diagram for WAPPushUser:

Collaboration graph
[legend]

Data Fields

Octstrname
Octstrusername
Octstrpassword
Octstrcountry_prefix
Octstrallowed_prefix
regex_t * allowed_prefix_regex
Octstrdenied_prefix
regex_t * denied_prefix_regex
Numhashwhite_list
regex_t * white_list_regex
Numhashblack_list
regex_t * black_list_regex
Octstruser_deny_ip
Octstruser_allow_ip
Octstrsmsc_id
Octstrdefault_smsc_id
Octstrdlr_url
Octstrsmsbox_id

Field Documentation

Octstr* WAPPushUser::allowed_prefix
 

Definition at line 79 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), oneuser_dump(), and prefix_allowed().

regex_t* WAPPushUser::allowed_prefix_regex
 

Definition at line 81 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and prefix_allowed().

Numhash* WAPPushUser::black_list
 

Definition at line 89 of file wap_push_ppg_pushuser.c.

Referenced by blacklisted(), create_oneuser(), and destroy_oneuser().

regex_t* WAPPushUser::black_list_regex
 

Definition at line 90 of file wap_push_ppg_pushuser.c.

Referenced by blacklisted(), create_oneuser(), and destroy_oneuser().

Octstr* WAPPushUser::country_prefix
 

Definition at line 78 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), oneuser_dump(), and prefix_allowed().

Octstr* WAPPushUser::default_smsc_id
 

Definition at line 96 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), default_smsc(), destroy_oneuser(), and oneuser_dump().

Octstr* WAPPushUser::denied_prefix
 

Definition at line 83 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), oneuser_dump(), and prefix_allowed().

regex_t* WAPPushUser::denied_prefix_regex
 

Definition at line 84 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and prefix_allowed().

Octstr* WAPPushUser::dlr_url
 

Definition at line 97 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), and wap_push_ppg_pushuser_dlr_url_get().

Octstr* WAPPushUser::name
 

Definition at line 75 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and oneuser_dump().

Octstr* WAPPushUser::password
 

Definition at line 77 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and password_matches().

Octstr* WAPPushUser::smsbox_id
 

Definition at line 98 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), and wap_push_ppg_pushuser_smsbox_id_get().

Octstr* WAPPushUser::smsc_id
 

Definition at line 95 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), forced_smsc(), and oneuser_dump().

Octstr* WAPPushUser::user_allow_ip
 

Definition at line 94 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), ip_allowed_by_user(), and oneuser_dump().

Octstr* WAPPushUser::user_deny_ip
 

Definition at line 92 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), ip_allowed_by_user(), and oneuser_dump().

Octstr* WAPPushUser::username
 

Definition at line 76 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), ip_allowed_by_user(), oneuser_add(), oneuser_dump(), and user_find_by_username().

Numhash* WAPPushUser::white_list
 

Definition at line 86 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and whitelisted().

regex_t* WAPPushUser::white_list_regex
 

Definition at line 88 of file wap_push_ppg_pushuser.c.

Referenced by create_oneuser(), destroy_oneuser(), and whitelisted().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.