apol_user_query Struct Reference

List of all members.

Public Attributes

char * user_name
char * role_name
apol_mls_level_tdefault_level
apol_mls_range_trange
unsigned int flags
regex_t * user_regex
regex_t * role_regex

Member Data Documentation

char* apol_user_query::user_name
 

Definition at line 36 of file user-query.c.

Referenced by apol_user_get_by_query(), and apol_user_query_set_user().

char * apol_user_query::role_name
 

Definition at line 36 of file user-query.c.

Referenced by apol_user_get_by_query(), and apol_user_query_set_role().

apol_mls_level_t* apol_user_query::default_level
 

Definition at line 37 of file user-query.c.

Referenced by apol_user_get_by_query(), and apol_user_query_set_default_level().

apol_mls_range_t* apol_user_query::range
 

Definition at line 38 of file user-query.c.

Referenced by apol_user_get_by_query(), and apol_user_query_set_range().

unsigned int apol_user_query::flags
 

Definition at line 39 of file user-query.c.

Referenced by apol_user_get_by_query(), apol_user_query_set_range(), and apol_user_query_set_regex().

regex_t* apol_user_query::user_regex
 

Definition at line 40 of file user-query.c.

Referenced by apol_user_get_by_query(), and apol_user_query_set_user().

regex_t * apol_user_query::role_regex
 

Definition at line 40 of file user-query.c.

Referenced by apol_user_get_by_query(), and apol_user_query_set_role().


The documentation for this struct was generated from the following file: