• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2007, Vol. 29 ›› Issue (6): 109-112.

• 论文 • 上一篇    下一篇

基于J2EE的权限管理框架实现

胡和平 徐蔚   

  • 出版日期:2007-06-01 发布日期:2010-06-03

  • Online:2007-06-01 Published:2010-06-03

摘要:

在基于角色的访问控制RBAC模型中,通过角色将用户和权限相联系,极大地降低了授权管理的复杂性,是一种灵活有效的安全措施。本文提出了一个适用于J2EE领域的RBAC权限管理框架。通过使用软件设计模式和面向方面的编程方法,将通用的权限管理放在框架内实现,而将特殊易变的权限管理以面向方面编程的方法实现,实现了强有力的可扩展性
和易维护性。

关键词: RBAC 设计模式 面向方面

Abstract:

By means of roles, the access control model of role-based access control links an user with his permissions, which greatly reduces the complexity and  cost of authorization management.This paper presents a RBAC framework which can be used for the domain of J2EE. The framework which uses the design patt erns of software and the method of aspect-oriented programming shows strong expansibility and maintainability.

Key words: (RBAC, design patterns, aspect-oriented programming)