Adaptive Framework
0.9.0
|
Files | |
file | afw_authorization.h |
Adaptive Framework authorization. | |
Data Structures | |
struct | afw_authorization_handler_id_s |
Authorization handler id anchor. More... | |
struct | afw_authorization_internal_control_s |
struct | afw_authorization_internal_handler_id_anchor_s |
struct | afw_authorization_handler_script_self_s |
Self for authorization handler type script. More... | |
struct | afw_authorization_internal_authorizationCheck_context_t |
Self for authorization check context. More... | |
Typedefs | |
typedef struct afw_authorization_handler_script_self_s | afw_authorization_handler_script_self_t |
Self for authorization handler type script. | |
Functions | |
afw_authorization_internal_set_control (const afw_object_t *object, afw_xctx_t *xctx) | |
afw_authorization_internal_register (afw_xctx_t *xctx) | |
afw_authorization_internal_register_service_and_conf (afw_xctx_t *xctx) | |
afw_authorization_internal_register_handler_type_script (afw_xctx_t *xctx) | |
const afw_authorization_handler_t * | afw_authorization_handler_type_script_create_cede_p (const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
Create type=script authorization handler. More... | |
Internal authorization API.
const afw_authorization_handler_t* afw_authorization_handler_type_script_create_cede_p | ( | const afw_object_t * | properties, |
const afw_pool_t * | p, | ||
afw_xctx_t * | xctx | ||
) |
Create type=script authorization handler.
properties | for handler. |
p | to cede to handler. |
xctx | of caller. |
Definition at line 53 of file afw_authorization_handler_type_script.c.