1
<!-- Copyright 2009-2011 Canonical Ltd. This software is licensed under the
2
GNU Affero General Public License version 3 (see the file LICENSE).
6
xmlns="http://namespaces.zope.org/zope"
7
xmlns:browser="http://namespaces.zope.org/browser"
8
xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
12
class="lp.services.authserver.xmlrpc.AuthServerApplication"
13
provides="lp.services.authserver.interfaces.IAuthServerApplication">
15
interface="lp.services.authserver.interfaces.IAuthServerApplication"/>
19
for="lp.services.authserver.interfaces.IAuthServerApplication"
20
interface="lp.services.authserver.interfaces.IAuthServer"
21
class="lp.services.authserver.xmlrpc.AuthServerAPIView"
22
permission="zope.Public"