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?
|