Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Files | Data Structures | Typedefs | Functions

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_tafw_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...
 

Detailed Description

Internal authorization API.

Function Documentation

◆ afw_authorization_handler_type_script_create_cede_p()

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.

Parameters
propertiesfor handler.
pto cede to handler.
xctxof caller.

Definition at line 53 of file afw_authorization_handler_type_script.c.