Part of lp.bugs.security View In Hierarchy
Allow any logged-in user to edit objects linked to public bugs. Allow only explicit subscribers to edit objects linked to private bugs.
| Method | checkAuthenticated | Return True if the given person has the given permission. |
Inherited from AuthorizationBase:
| Method | __init__ | Undocumented |
| Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated. |
| Method | checkPermissionIsRegistered | Pass through to checkPermission. |
| Method | forwardCheckAuthenticated | Forward request to another security adapter. |
| Method | forwardCheckUnauthenticated | Forward request to another security adapter. |
| Method | _checkAndFetchNext | Undocumented |