Function
zope.security.checker.MultiChecker

Signature

MultiChecker(specs)

Documentation String

Create a checker from a sequence of specifications

A specification is:

  • A two-tuple with:
    • a sequence of names or an interface
    • a permission id

    All the names in the sequence of names or the interface are protected by the permission.

  • A dictionoid (having an items method), with items that are name/permission-id pairs.