首页 > 其他 > 详细

RBAC模型速记

时间:2015-06-08 11:18:39      阅读:274      评论:0      收藏:0      [点我收藏+]

RBAC Model

core concept: user,role,permission,operation,resource

  1. user has many roles, assign role to user; one role can be assigned to many users.
  2. user has many permissions, assign permission to user; one permission can be assigned to many users.
  3. operation is like add, update, delete, import, download, visible, invisible, etc.
  4. resource is like menu, button, or other screen elements.
  5. permission has many resources and operations; one resource can be used by many permissions; one operation can be used by many permissions.

RBAC模型速记

原文:http://www.cnblogs.com/netfocus/p/4560292.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!