c.l.i.l.IAuthApplication(Interface) : interface documentation

Part of canonical.launchpad.interfaces.launchpad View In Hierarchy

Interface for AuthApplication.
Method __getitem__ The __getitem__ method used to traverse the app.
Method sendPasswordChangeEmail Send an Password change special link for a user.
Method getPersonFromDatabase Returns the Person in the database who has the given email address.
Method newLongURL Creates a new long url for the given person.
def __getitem__(name):
The __getitem__ method used to traverse the app.
def sendPasswordChangeEmail(longurlsegment, toaddress):
Send an Password change special link for a user.
def getPersonFromDatabase(emailaddr):
Returns the Person in the database who has the given email address.

If there is no Person for that email address, returns None.

def newLongURL(person):
Creates a new long url for the given person.

Returns the long url segment.

API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.