l.s.i.i.a.IAccountSet(Interface) : interface documentation

Part of lp.services.identity.interfaces.account View In Hierarchy

Creation of and access to 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.
def new(rationale, displayname):
Create a new IAccount.
ParametersrationaleAn AccountCreationRationale value.
displaynameThe user's display name.
ReturnsThe newly created IAccount provider.
def get(id):
Return the IAccount with the given id.
RaisesLookupErrorIf the account is not found.
def getByOpenIDIdentifier(openid_identity):
Return the IAccount with the given OpenID identifier.
Parametersopen_identifierAn ascii compatible string that is either the old or new openid_identifier that belongs to an account.
ReturnsAn IAccount
RaisesLookupErrorIf the account is not found.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.