|
ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilRbacAdmin Core functions for role based access control. More...
Collaboration diagram for ilRbacAdmin:Public Member Functions | |
| ilRbacAdmin () | |
| Constructor public. | |
| removeUser ($a_usr_id) | |
| deletes a user from rbac_ua all user <-> role relations are deleted public | |
| deleteRole ($a_rol_id, $a_ref_id) | |
| Deletes a role and deletes entries in object_data, rbac_pa, rbac_templates, rbac_ua, rbac_fa public. | |
| deleteTemplate ($a_obj_id) | |
| Deletes a template from role folder and deletes all entries in rbac_templates, rbac_fa public. | |
| deleteLocalRole ($a_rol_id, $a_ref_id=0) | |
| Deletes a local role and entries in rbac_fa and rbac_templates public. | |
| assignUser ($a_rol_id, $a_usr_id, $a_default=false) | |
| Assigns an user to a role. | |
| deassignUser ($a_rol_id, $a_usr_id) | |
| Deassigns a user from a role. | |
| grantPermission ($a_rol_id, $a_ops, $a_ref_id) | |
| Grants a permission to an object and a specific role. | |
| revokePermission ($a_ref_id, $a_rol_id=0, $a_keep_protected=true) | |
| Revokes permissions of an object of one role. | |
| revokePermissionList ($a_ref_ids, $a_rol_id) | |
| Revokes permissions of a LIST of objects of ONE role. | |
| copyRolePermissions ($a_source_id, $a_source_parent, $a_dest_parent, $a_dest_id, $a_consider_protected=true) | |
| Copies template permissions and permission of one role to another. | |
| copyRoleTemplatePermissions ($a_source_id, $a_source_parent, $a_dest_parent, $a_dest_id, $a_consider_protected=true) | |
| Copies template permissions of one role to another. | |
| copyRolePermissionIntersection ($a_source1_id, $a_source1_parent, $a_source2_id, $a_source2_parent, $a_dest_parent, $a_dest_id) | |
| Copies the intersection of the template permissions of two roles to a third role. | |
| deleteRolePermission ($a_rol_id, $a_ref_id, $a_type=false) | |
| Deletes all entries of a template. | |
| setRolePermission ($a_rol_id, $a_type, $a_ops, $a_ref_id) | |
| Inserts template permissions in rbac_templates for an specific object type. | |
| assignRoleToFolder ($a_rol_id, $a_parent, $a_assign="y") | |
| Assigns a role to an role folder A role folder is an object to store roles. | |
| assignOperationToObject ($a_type_id, $a_ops_id) | |
| Assign an existing operation to an object Update of rbac_ta. | |
| deassignOperationFromObject ($a_type_id, $a_ops_id) | |
| Deassign an existing operation from an object Update of rbac_ta public. | |
| setProtected ($a_ref_id, $a_role_id, $a_value) | |
| copyLocalRoles ($a_source_id, $a_target_id) | |
| Copy local roles This method creates a copy of all local role. | |
| adjustMovedObjectPermissions ($a_ref_id, $a_old_parent) | |
| Adjust permissions of moved objects. | |
Class ilRbacAdmin Core functions for role based access control.
Creation and maintenance of Relations. The main relations of Rbac are user <-> role (UR) assignment relation and the permission <-> role (PR) assignment relation. This class contains methods to 'create' and 'delete' instances of the (UR) relation e.g.: assignUser(), deassignUser() Required methods for the PR relation are grantPermission(), revokePermission()
Definition at line 38 of file class.ilRbacAdmin.php.
| ilRbacAdmin::adjustMovedObjectPermissions | ( | $a_ref_id, | |
| $a_old_parent | |||
| ) |
Adjust permissions of moved objects.
public
| int | ref id of moved object |
| int | ref_id of old parent |
Definition at line 929 of file class.ilRbacAdmin.php.
References $ilLog, deleteLocalRole(), elseif(), grantPermission(), and revokePermission().
Here is the call graph for this function:| ilRbacAdmin::assignOperationToObject | ( | $a_type_id, | |
| $a_ops_id | |||
| ) |
Assign an existing operation to an object Update of rbac_ta.
public
| integer | object type |
| integer | operation_id |
Definition at line 791 of file class.ilRbacAdmin.php.
References $ilDB, $query, and $res.
| ilRbacAdmin::assignRoleToFolder | ( | $a_rol_id, | |
| $a_parent, | |||
$a_assign = "y" |
|||
| ) |
Assigns a role to an role folder A role folder is an object to store roles.
Every role is assigned to minimum one role folder If the inheritance of a role is stopped, a new role template will created, and the role is assigned to minimum two role folders. All roles with stopped inheritance need the flag '$a_assign = false'
public
| integer | object id of role |
| integer | ref_id of role folder |
| string | assignable('y','n'); default: 'y' |
Definition at line 747 of file class.ilRbacAdmin.php.
References $ilDB, $query, and $res.
Referenced by copyLocalRoles().
Here is the caller graph for this function:| ilRbacAdmin::assignUser | ( | $a_rol_id, | |
| $a_usr_id, | |||
$a_default = false |
|||
| ) |
Assigns an user to a role.
Update of table rbac_ua TODO: remove deprecated 3rd parameter sometime public
| integer | object_id of role |
| integer | object_id of user |
| boolean | true means default role (optional |
Definition at line 209 of file class.ilRbacAdmin.php.
References $ilDB, $query, $res, ilLDAPRoleGroupMapping\_getInstance(), and ilObjectFactory\getInstanceByObjId().
Here is the call graph for this function:| ilRbacAdmin::copyLocalRoles | ( | $a_source_id, | |
| $a_target_id | |||
| ) |
Copy local roles This method creates a copy of all local role.
Note: auto generated roles are excluded
public
| int | source id of object (not role folder) |
| int | target id of object |
Definition at line 860 of file class.ilRbacAdmin.php.
References $ilLog, $title, assignRoleToFolder(), copyRolePermissions(), and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:| ilRbacAdmin::copyRolePermissionIntersection | ( | $a_source1_id, | |
| $a_source1_parent, | |||
| $a_source2_id, | |||
| $a_source2_parent, | |||
| $a_dest_parent, | |||
| $a_dest_id | |||
| ) |
Copies the intersection of the template permissions of two roles to a third role.
public
| integer | $a_source1_id | role_id source |
| integer | $a_source1_parent | parent_id source |
| integer | $a_source2_id | role_id source |
| integer | $a_source2_parent | parent_id source |
| integer | $a_dest_id | role_id destination |
| integer | $a_dest_parent | parent_id destination |
Definition at line 583 of file class.ilRbacAdmin.php.
References $ilDB, $query, $res, and $row.
| ilRbacAdmin::copyRolePermissions | ( | $a_source_id, | |
| $a_source_parent, | |||
| $a_dest_parent, | |||
| $a_dest_id, | |||
$a_consider_protected = true |
|||
| ) |
Copies template permissions and permission of one role to another.
public
| integer | $a_source_id | role_id source |
| integer | $a_source_parent | parent_id source |
| integer | $a_dest_parent | parent_id destination |
| integer | $a_dest_id | role_id destination |
Definition at line 495 of file class.ilRbacAdmin.php.
References copyRoleTemplatePermissions(), grantPermission(), and revokePermission().
Referenced by copyLocalRoles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRbacAdmin::copyRoleTemplatePermissions | ( | $a_source_id, | |
| $a_source_parent, | |||
| $a_dest_parent, | |||
| $a_dest_id, | |||
$a_consider_protected = true |
|||
| ) |
Copies template permissions of one role to another.
It's also possible to copy template permissions from/to RoleTemplateObject public
| integer | $a_source_id | role_id source |
| integer | $a_source_parent | parent_id source |
| integer | $a_dest_parent | parent_id destination |
| integer | $a_dest_id | role_id destination |
Definition at line 521 of file class.ilRbacAdmin.php.
References $ilDB, $query, $res, $row, and setProtected().
Referenced by copyRolePermissions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRbacAdmin::deassignOperationFromObject | ( | $a_type_id, | |
| $a_ops_id | |||
| ) |
Deassign an existing operation from an object Update of rbac_ta public.
| integer | object type |
| integer | operation_id |
Definition at line 817 of file class.ilRbacAdmin.php.
References $ilDB, $query, and $res.
| ilRbacAdmin::deassignUser | ( | $a_rol_id, | |
| $a_usr_id | |||
| ) |
Deassigns a user from a role.
Update of table rbac_ua public
| integer | object id of role |
| integer | object id of user |
Definition at line 259 of file class.ilRbacAdmin.php.
References $ilDB, $query, $res, and ilLDAPRoleGroupMapping\_getInstance().
Here is the call graph for this function:| ilRbacAdmin::deleteLocalRole | ( | $a_rol_id, | |
$a_ref_id = 0 |
|||
| ) |
Deletes a local role and entries in rbac_fa and rbac_templates public.
| integer | object_id of role |
| integer | ref_id of role folder (optional) |
Definition at line 166 of file class.ilRbacAdmin.php.
References $ilDB, $query, and $res.
Referenced by adjustMovedObjectPermissions(), and deleteRole().
Here is the caller graph for this function:| ilRbacAdmin::deleteRole | ( | $a_rol_id, | |
| $a_ref_id | |||
| ) |
Deletes a role and deletes entries in object_data, rbac_pa, rbac_templates, rbac_ua, rbac_fa public.
| integer | obj_id of role (role_id) |
| integer | ref_id of role folder (ref_id) |
Definition at line 92 of file class.ilRbacAdmin.php.
References $ilDB, $lng, $query, $res, ilLDAPRoleGroupMapping\_getInstance(), and deleteLocalRole().
Here is the call graph for this function:| ilRbacAdmin::deleteRolePermission | ( | $a_rol_id, | |
| $a_ref_id, | |||
$a_type = false |
|||
| ) |
Deletes all entries of a template.
If an object type is given for third parameter only the entries for that object type are deleted Update of table rbac_templates. public
| integer | object id of role |
| integer | ref_id of role folder |
| string | object type (optional) |
Definition at line 646 of file class.ilRbacAdmin.php.
References $ilDB, $query, and $res.
| ilRbacAdmin::deleteTemplate | ( | $a_obj_id | ) |
Deletes a template from role folder and deletes all entries in rbac_templates, rbac_fa public.
| integer | object_id of role template |
Definition at line 138 of file class.ilRbacAdmin.php.
References $ilDB, $query, and $res.
| ilRbacAdmin::grantPermission | ( | $a_rol_id, | |
| $a_ops, | |||
| $a_ref_id | |||
| ) |
Grants a permission to an object and a specific role.
Update of table rbac_pa public
| integer | object id of role |
| array | array of operation ids |
| integer | reference id of that object which is granted the permissions |
Definition at line 289 of file class.ilRbacAdmin.php.
References $ilDB, $key, $query, and $res.
Referenced by adjustMovedObjectPermissions(), and copyRolePermissions().
Here is the caller graph for this function:| ilRbacAdmin::ilRbacAdmin | ( | ) |
Constructor public.
Definition at line 44 of file class.ilRbacAdmin.php.
References $ilDB, $ilErr, and PEAR_ERROR_CALLBACK.
| ilRbacAdmin::removeUser | ( | $a_usr_id | ) |
deletes a user from rbac_ua all user <-> role relations are deleted public
| integer | user_id |
Definition at line 69 of file class.ilRbacAdmin.php.
| ilRbacAdmin::revokePermission | ( | $a_ref_id, | |
$a_rol_id = 0, |
|||
$a_keep_protected = true |
|||
| ) |
Revokes permissions of an object of one role.
Update of table rbac_pa. Revokes all permission for all roles for that object (with this reference). When a role_id is given this applies only to that role public
| integer | reference id of object where permissions should be revoked |
| integer | role_id (optional: if you want to revoke permissions of object only for a specific role) |
Definition at line 354 of file class.ilRbacAdmin.php.
References $ilDB, $log, $query, and $res.
Referenced by adjustMovedObjectPermissions(), and copyRolePermissions().
Here is the caller graph for this function:| ilRbacAdmin::revokePermissionList | ( | $a_ref_ids, | |
| $a_rol_id | |||
| ) |
Revokes permissions of a LIST of objects of ONE role.
Update of table rbac_pa. public
| array | list of reference_ids to revoke permissions |
| integer | role_id |
Definition at line 455 of file class.ilRbacAdmin.php.
References $ilDB, $query, and $res.
| ilRbacAdmin::setProtected | ( | $a_ref_id, | |
| $a_role_id, | |||
| $a_value | |||
| ) |
Definition at line 837 of file class.ilRbacAdmin.php.
References $ilDB, $query, and $res.
Referenced by copyRoleTemplatePermissions().
Here is the caller graph for this function:| ilRbacAdmin::setRolePermission | ( | $a_rol_id, | |
| $a_type, | |||
| $a_ops, | |||
| $a_ref_id | |||
| ) |
Inserts template permissions in rbac_templates for an specific object type.
Update of table rbac_templates public
| integer | role_id |
| string | object type |
| array | operation_ids |
| integer | ref_id of role folder object |
Definition at line 686 of file class.ilRbacAdmin.php.
References $ilDB, $query, and $res.