A checker that combines two other checkers in a logical-or fashion.
The following table describes the result of a combined checker in detail.
checker1 checker2 CombinedChecker(checker1, checker2) ------------------ ------------------ ----------------------------------- ok anything ok (checker2 is never called) Unauthorized ok ok Unauthorized Unauthorized Unauthorized Unauthorized ForbiddenAttribute Unauthorized ForbiddenAttribute ok ok ForbiddenAttribute Unauthorized Unauthorized ForbiddenAttribute ForbiddenAttribute ForbiddenAttribute ------------------ ------------------ -----------------------------------
get_permissions
(type: getset_descriptor
)
<attribute 'get_permissions' of 'zope.security.checker.Checker' objects>
set_permissions
(type: getset_descriptor
)
<attribute 'set_permissions' of 'zope.security.checker.Checker' objects>
permission_id(...)
proxy(...)
setattr_permission_id(...)
check(object, name)
See IChecker
check_getattr(object, name)
See IChecker
check_setattr(object, name)
See IChecker
There are no known subclasses.