Part of lp.services.identity.interfaces.account View In Hierarchy
IAccount providers.| Method | new | Create a new IAccount. |
| Method | get | Return the IAccount with the given id. |
| Method | getByOpenIDIdentifier | Return the IAccount with the given OpenID identifier. |
IAccount.| Parameters | rationale | An AccountCreationRationale value. |
| displayname | The user's display name. | |
| Returns | The newly created IAccount provider. | |