ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
Go to the source code of this file.
Functions | |
int | is_authorized_for_action (user *, const char *) |
int | is_authorized_for_data (user *, int) |
int | is_authorized_for_file (user *, const char *) |
int is_authorized_for_action | ( | user * | , |
const char * | |||
) |
Definition at line 4 of file authorization.c.
int is_authorized_for_data | ( | user * | , |
int | |||
) |
Definition at line 9 of file authorization.c.
int is_authorized_for_file | ( | user * | , |
const char * | |||
) |
Definition at line 14 of file authorization.c.