Part of lp.bugs.security View In Hierarchy
| Method | checkAuthenticated | Allow any logged in user to edit a public bug, and only |
| Method | checkUnauthenticated | Never allow unauthenticated users to edit 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 |