ESAPI-C 1.0
The OWASP Enterprise Security API for C

authorization.h File Reference

#include <stdlib.h>
#include "user.h"

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 *)

Function Documentation

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.

 All Data Structures Files Functions Variables Typedefs Defines