Part of canonical.launchpad.security View In Hierarchy
Known subclasses: canonical.launchpad.security.AdminDistribution, canonical.launchpad.security.AdminDistroSeries, canonical.launchpad.security.AdminQuestion, canonical.launchpad.security.EditHWSubmission, canonical.launchpad.security.EditPackageUpload, canonical.launchpad.security.EditPackageUploadQueue
| Method | checkAuthenticated | Return True if the given person has the given permission. |
Inherited from AuthorizationBase:
| Method | __init__ | Undocumented |
| Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated. |
| Method | checkAccountAuthenticated | See IAuthorization.checkAccountAuthenticated. |
This method is implemented by security adapters that have not been updated to work in terms of IAccount.
| Returns | True or False. | |