Lines Matching full:access
12 * @brief Main access control logic. Checks if the server with instance id @p server_obj_inst are
14 * and object instance id @p obj_inst_id. If access control is enabled, this should
15 * be called before every operation to test access.
21 * @param bootstrap_mode 1/0. Bootstrap servers should have complete access during bootstrap.
22 * @return int to signal access:
23 * 0 - server has access
31 * @brief Creates an access control object instance. Should be called every
34 * @param obj_id object id of the object instance getting an access control.
35 * @param obj_inst_id object instance id of the object instance getting access control.
41 * @brief Creates an access control object instance for objects. Should be called if servers should
42 * have access to create object instances of object id @p obj_id.
44 * @param obj_id object id of the object getting access control.
45 * @param server_obj_inst_id object instance id of the server creating the access control
51 * @brief Removes the access control instance that contains the access rights concerning
53 * Does nothing if obj_id == 2 (i.e. object id for access control). Should be called
62 * @brief Removes the access control instance that contains the access rights concerning