Part of lp.services.openid.model.openidrpsummary View In Hierarchy
Implements interfaces: lp.services.openid.interfaces.openidrpsummary.IOpenIDRPSummarySet
Method | getByIdentifier | See IOpenIDRPSummarySet . |
Method | record | See IOpenIDRPSummarySet . |
Method | _assert_identifier_is_not_reused | Assert no other account in the summaries has the identifier. |
IOpenIDRPSummarySet
.Parameters | date_used | an optional datetime the login happened. The current datetime is used if date_used is None. |
Returns | An IOpenIDRPSummary or None if the trust_root is
Launchpad or one of its vhosts. | |
Raises | AssertionError | If the account is not ACTIVE. |