[Zope-dev] Simulate DTML-Method Proxy-Roles for python-product-methods ?
Dieter Maurer
dieter@handshake.de
Fri, 17 Nov 2000 21:28:59 +0100 (CET)
Martin =?iso-8859-1?Q?Gr=F6nemeyer?= writes:
> I've started to implement a small Product in Python.
You mean a true Product implemented in Python (subpackage in
"lib/python/Products")?
> One method should be
> able to access an object in a folder which isn't accessible by anonymous
> but only by a special role. Is it possible to give a proxy-role to the
> python-method to access this object ?
Such products are not restricted by the security system.
Thus, you can simply do what you like.
Dieter