[Zope-CMF] Information about permission

Dieter Maurer dieter@handshake.de
Sat, 17 Aug 2002 11:36:29 +0200


mcolli@SyscomCipher.com.ar writes:
 > I would like to know if there is any documentation that describe each
 > permission available in Zope:
No.

Permissions are abstract entities. Their semantics is the set of
methods protected by them. Reasonable people use permission
strings that indicate what methods can be expected to be protected
by this permission...

You can search the sources to find the precise set of methods.

Note, that Zope is an extensible framework and each component
can add more methods protected by a given permission.


Dieter