[Zope] Object local permissions?
Shalabh Chaturvedi
shalabh@pspl.co.in
Wed, 17 May 2000 17:13:59 +0530
Hello:
I am developing a python product. I want to know if it possible to have a
different set of permissions for different objects of the same class.
I have derived my class from RoleManager so I can define __ac_permissions__ in
the class definition for class specific permissions. What if I want to add more
permissions to a specific instance depending on how (or where) it is created?
Is it possible?
If not I will have to create another 'instance specific permissions' tab and
implement it in my product.
Thanks,
Shalabh