[Prev]

3.4.4 Authorization: decision = tas3_az_cf_ses(cf, qs, ses)

Prototype

  char* tas3_az_cf_ses(tas3_conf* cf, const char* qs, tas3_ses* ses);

Call Policy Decision Point (PDP) to obtain an authorization decision about a contemplated action on a resource.

cf

the configuration object

qs

additional attributes that are passed to PDP

ses

session object, from which most attributes come

return

0 on deny (for any reason, e.g. indeterminate), or non-null if permit.


[Prev | Next]