Part of lp.security View In Hierarchy
The user should be the subscriber, have edit privilege to the archive or be an admin.
| Method | __init__ | Undocumented |
| Method | checkAuthenticated | See IAuthorization. |
Inherited from DelegatedAuthorization:
| Method | iter_objects | Iterator of objects used for authentication checking. |
| Method | checkUnauthenticated | See IAuthorization. |
Inherited from AuthorizationBase (via DelegatedAuthorization):
| 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 |