Hello,
I am trying to find out if it is possible to give a role specific read
and/or write rights using a matrix in Acegi.

For example, lets say i have 2 roles : user and superuser, and i have 2
jsps, a.jsp and b.jsp.
The matrix could look like this :
Role           Page    Read  Write
user           a.jsp      X
user           b.jsp      X       X
superuser   a.jsp      X        X
superuser   b.jsp      X        X

Is this possible to implement using Acegi without manipulating my jsps or my
code?
Perhaps through security.xml?

Or could anyone point me to some resources i could study?

Thanks in advance

-- 
View this message in context: 
http://www.nabble.com/Add-custom-read-write-rights-using-Acegi-tf3014557s2369.html#a8371348
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to