Part of lp.security View In Hierarchy
Class for deciding who can administer distribution translations. This class is used for `launchpad.TranslationsAdmin` privilege on `IDistribution` and `IDistroSeries` and corresponding `IPOTemplate`s, and limits access to Rosetta experts, Launchpad admins and distribution translation group owner.
Method | checkAuthenticated | Is the user able to manage IDistribution translations settings? |
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 |