Part of canonical.launchpad.security View In Hierarchy
Known subclasses: canonical.launchpad.security.ModerateDistroSeries, canonical.launchpad.security.ModeratePerson, canonical.launchpad.security.ModeratePersonSetByExpertsOrAdmins, canonical.launchpad.security.ModerateProduct, canonical.launchpad.security.ModerateProductSet, canonical.launchpad.security.ModerateProject, canonical.launchpad.security.ModerateProjectGroupSet, canonical.launchpad.security.ModerateTeam
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. |