permissions - how to choose a security model -


i looking best security model implement access rights on website. objects access should granted based on following rules initially:

  • user
  • user group
  • hierarchy
  • permissions (crud)

what security models can use , advantages , disadvantages of each one?

thank you!

access control models categorized either discretionary or non-discretionary. 3 recognized models discretionary access control (dac), mandatory access control (mac), , role based access control (rbac). mac , rbac both non-discretionary.

but suggest use rbac model. it's useful problem.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -