l.s.o.i.o.IOpenIDRPSummarySet(Interface) : interface documentation

Part of lp.services.openid.interfaces.openidrpsummary View In Hierarchy

Known implementations: lp.services.openid.model.openidrpsummary.OpenIDRPSummarySet

A set of OpenID RP Summaries.
Method getByIdentifier Get all the IOpenIDRPSummary objects for an OpenID identifier.
Method record Create or update an IOpenIDRPSummary.
def getByIdentifier(identifier, only_unknown_trust_roots=False):
Get all the IOpenIDRPSummary objects for an OpenID identifier.
ParametersidentifierA string used as an OpenID identifier.
only_unknown_trust_rootsif True, only records for trust roots which there is no IOpenIDRPConfig entry will be returned.
ReturnsAn iterator of IOpenIDRPSummary objects.
def record(account, trust_root):
Create or update an IOpenIDRPSummary.
ParametersaccountAn IAccount.
trust_rootA string used as an OpenID trust root.
ReturnsAn IOpenIDRPSummary or None.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.