Part of lp.services.openid.interfaces.openidrpsummary View In Hierarchy
Known implementations: lp.services.openid.model.openidrpsummary.OpenIDRPSummarySet
Method | getByIdentifier | Get all the IOpenIDRPSummary objects for an OpenID identifier. |
Method | record | Create or update an IOpenIDRPSummary. |
Parameters | identifier | A string used as an OpenID identifier. |
only_unknown_trust_roots | if True, only records for trust roots which there is no IOpenIDRPConfig entry will be returned. | |
Returns | An iterator of IOpenIDRPSummary objects. |
Parameters | account | An IAccount . |
trust_root | A string used as an OpenID trust root. | |
Returns | An IOpenIDRPSummary or None. |