作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2008, Vol. 34 ›› Issue (9): 183-185. doi: 10.3969/j.issn.1000-3428.2008.09.066

• 安全技术 • 上一篇    下一篇

基于业务无关的权限管理的设计与实现

蔡昭权1,2   

  1. (1. 惠州学院网络中心,惠州 516015;2. 清华大学计算机科学与技术系,北京 100084)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2008-05-05 发布日期:2008-05-05

Design and Implementation of Permission Management Based on Business-independence

CAI Zhao-quan1,2   

  1. (1. Network Center, Huizhou University, Huizhou 516015; 2. Computer Science & Technology, Tsinghua University, Beijing 100084)
  • Received:1900-01-01 Revised:1900-01-01 Online:2008-05-05 Published:2008-05-05

摘要: 在应用系统开发中,针对不同的业务功能及复杂权限的设置,都要重新编写权限控制代码,造成人力资源浪费的问题,提出利用功能掩码的方法实现一种通用的权限管理模块。利用该模块,只需设置功能点,不需再编写代码,就可以应用到不同的系统中,从而实现权限控制和业务的剥离,并在此基础上创建自己的角色、用户等,实现权限管理。

关键词: 权限管理, 角色, 用户, 业务无关

Abstract: For the trivial design and the complexity of the permission management in software development, human resources are wasting in writing codes of various business functions and complicated authority settings. To solve this problem, a kind of general permission management module using function mask to separate permission controls from concrete business is implemented. This kind of module can be embedded in various systems just by setting function points without rewriting codes. Developers can create roles and users on the module to implement their own permission management.

Key words: permission management, role, user, business-independence

中图分类号: