码迷,mamicode.com
首页 > 其他好文 > 详细

RBAC模型速记

时间:2015-06-08 11:20:40      阅读:123      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!