View Single Post
  #35 (permalink)  
Old 09-21-2007, 04:25 PM
hshot_rooke hshot_rooke is offline
Junior Member
 
Join Date: Sep 2007
Posts: 1
hshot_rooke is on a distinguished road
Default Re: Fine Grained Role Based Access Control (RBAC) system

Hi Ben,

Really enjoyed reading your RBAC system, but I was taking a look and trying to apply it to a system I am designing.

If I say have a field let's say "rating" on a certain forum page that I would like to control access to, would the field be considered an "object" in your model?

I'm assuming the "forum page" would be created into the domains table.
The "rating" would be created in "objects".

How would I control access to that specific object?

Or would it be that the "rating" field would be created as a "singular domain" in which case I would use that "singular domains" access priveleges?
Reply With Quote