implement acl on field in spring security

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-05-06T13:13:36Z Indexed on 2010/05/06 13:18 UTC
Read the original article Hit count: 137

Filed under:

Hi!

I would like implement spring acl for my object fields.

does anyone has an idea what do i have to implment for it?

for example, i have Purchase object.

i would like admin_role to have read on all the fields, and secretary_role to have read only on username and address field

© Stack Overflow or respective owner

Related posts about spring-security