Part of lp.security View In Hierarchy
Distribution drivers, owners, and admins may plan releases. Drivers of distributions that don't manage their packages in Launchpad can create series. Owners and admins can create series for all `IDistribution`s.
Method | checkAuthenticated | Return True if the given person has the given permission. |
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 |