Hi All,
I am new to Spring and Acegi. I need to implement implement field level security using Acegi, like, field "age" is editable by a person of role A but not-editable by a person of role B.
Please advice !!
--Mayank
Hi All,
I am new to Spring and Acegi. I need to implement implement field level security using Acegi, like, field "age" is editable by a person of role A but not-editable by a person of role B.
Please advice !!
--Mayank
Hello,
we performed this using the "domain objects security " functionnality in acegi. This is also called "ACLs".
Unfortunately we found several bugs in the current implementation of acegi (1.0.5), these bugs are planned to be fixed in acegi 2.
We made some fixes in the code, but we did not release them yet.
Hope this helps
This may be of some use:
code.google.com/p/dynamic-rule-security/
It maybe sufficient for what you're trying to accomplish.