Part of lp.security View In Hierarchy
Anyone who can see the archive or the sourcepackagerelease can see the upload. The SPR may be visible without the archive being visible if the source package has been copied from a private archive.
Method | iter_adapters | Undocumented |
Method | checkAuthenticated | Return True if the given person has the given permission. |
Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated . |
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 |
This method is implemented by security adapters that have not been updated to work in terms of IAccount.
Returns | True or False. |