[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Security
webmaster@zope.org
webmaster@zope.org
Sat, 09 Nov 2002 12:37:29 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Security.stx#3-71
---------------
It is important to note what can and cannot be protected using
the 'ClassSecurityInfo' interface. First, the security policy
relies on *Acquisition* to aggregate access control information,
so any class that needs to work in the security policy must have
either 'Acquisition.Implicit' or 'Acquisition.Explicit' in its
base class hierarchy.
% Anonymous User - Nov. 9, 2002 12:37 pm:
Here a document or reference to listing base class hierarchies
of zopes built-in classes might be wellcome.