Part of lp.security View In Hierarchy
People who can edit an archive can delete it. In addition, registry experts can delete non-main archives, as a spam control mechanism.
| Method | checkAuthenticated | Return True if the given person has the given permission. |
Inherited from AuthorizationBase (via EditArchive):
| 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 |