Hi,
I want to control read/write access to properties of POJOs depending on
the user who created the object. For example user A creates object O and
user A should read and write,
user...
Type: Posts; User: phil; Keyword(s):
Hi,
I want to control read/write access to properties of POJOs depending on
the user who created the object. For example user A creates object O and
user A should read and write,
user...
Yes, this is possible. For example you can read the session variable defined by ACEGI_SECURITY_AUTHENTICATION_KEY to get the role and use it in your controller (depending on the framework you are...