~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/authserver/doc/xmlrpc-authserver.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 20:29:40 UTC
  • mfrom: (14593.1.6 move-xmlrpc)
  • Revision ID: launchpad@pqm.canonical.com-20111223202940-22gcyjdqhwrjwh0b
[rs=sinzui][no-qa] Move xmlrpc to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
= Private XML-RPC Authentication Server =
 
1
Private XML-RPC Authentication Server
 
2
=====================================
2
3
 
3
4
The AuthServer interface is available on the authserver attribute
4
5
of our private XMLRPC instance.
5
6
 
6
7
    >>> from canonical.launchpad.webapp.testing import verifyObject
7
 
    >>> from lp.app.interfaces.launchpad import (
8
 
    ...     IPrivateApplication,
9
 
    ...     )
 
8
    >>> from lp.xmlrpc.interfaces import IPrivateApplication
10
9
    >>> from lp.services.authserver.interfaces import (
11
10
    ...     IAuthServerApplication,
12
11
    ...     )