c.l.d.o.OAuthBase(SQLBase) : class documentation

Part of canonical.launchpad.database.oauth View In Hierarchy

Known subclasses: canonical.launchpad.database.oauth.OAuthAccessToken, canonical.launchpad.database.oauth.OAuthConsumer, canonical.launchpad.database.oauth.OAuthNonce, canonical.launchpad.database.oauth.OAuthRequestToken

Base class for all OAuth database classes.
Static Method _get_store See SQLBase.

Inherited from SQLBase:

Method __init__ Extended version of the SQLObjectBase constructor.
Method __repr__ Undocumented
Method destroySelf Undocumented
Method __eq__ Equality operator.
Method __ne__ Inverse of __eq__.
Method __storm_flushed__ Invalidate the web service cache.
Method __storm_invalidated__ Flush cached properties.
@staticmethod
def _get_store():
See SQLBase.

We want all OAuth classes to be retrieved from the master flavour. If they are retrieved from the slave, there will be problems in the authorization exchange, since it will be done across applications that won't share the session cookies.

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