Part of lp.bugs.security View In Hierarchy
This is used for operations that anyone who can see the bug can perform.
Method | checkAuthenticated | Allow any logged in user to append to a public bug, and only |
Method | checkUnauthenticated | Never allow unauthenticated users to append to a bug. |
Inherited from AuthorizationBase:
Method | __init__ | Undocumented |
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 |