Part of lp.code.security View In Hierarchy
Known subclasses: lp.code.security.GitSubscriptionView
Method | checkAuthenticated | Is the user able to edit a Git repository subscription? |
Inherited from AuthorizationBase:
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 |
Any team member can edit a Git repository subscription for their team. Launchpad Admins can also edit any Git repository subscription. The owner of the subscribed repository can edit the subscription. If the repository owner is a team, then members of the team can edit the subscription.