1.1.1 Overview
First, the rights management used by the framework is role-based management, which is RBAC.
From the user to the function module need to pass: User >> role >> function module.
Here the function module in the actual application of the middle finger is: page and menu button.
Rbac
Role-based access control (role-based) as a promising alternative to traditional access control (autonomous access, forced access) has received widespread attention. In RBAC, permissions are associated with roles, and users get permissions to those roles by becoming members of the appropriate role. This greatly simplifies the management of permissions. In an organization where roles are created to accomplish a variety of jobs, users are assigned roles based on their responsibilities and qualifications, and users can easily be assigned to another role from one role. Roles can be given new permissions depending on the new requirements and the consolidation of the system, and permissions can be reclaimed from a role as needed. The relationship between roles and roles can be set up to encompass a wider range of objective situations.
Rights Management System Overview Myrapid rapid Development Framework Winform