c.l.i.a.IAuthServer(Interface) : interface documentation

Part of canonical.launchpad.interfaces.authserver View In Hierarchy

Known implementations: canonical.launchpad.xmlrpc.authserver.AuthServerAPIView

A storage for details about users.
Method getUserAndSSHKeys Get details about a person, including their SSH keys.
def getUserAndSSHKeys(name):
Get details about a person, including their SSH keys.
ParametersnameThe username to look up.
ReturnsA dictionary {id: person-id, username: person-name, keys: [(key-type, key-text)]}, or NoSuchPersonWithName if there is no person with the given name.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.