c.l.s.ConfigureTeamMailingList(AuthorizationBase) : class documentation

Part of canonical.launchpad.security View In Hierarchy

No class docstring
Method checkAuthenticated Check to see if the user can manage a mailing list.

Inherited from AuthorizationBase:

Method __init__ Undocumented
Method checkUnauthenticated See IAuthorization.checkUnauthenticated.
Method checkAccountAuthenticated See IAuthorization.checkAccountAuthenticated.
def checkAuthenticated(self, user):
Check to see if the user can manage a mailing list.

A team's owner or administrator, the Launchpad administrators, and Launchpad mailing list experts can all manage a team's mailing list through its +mailinglist page.

ParametersuserThe user whose permission is being checked. (type: IPerson)
ReturnsTrue if the user can manage a mailing list, otherwise False. (type: boolean)
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.