~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to doc/module-tree.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ascii"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
          "DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<head>
6
 
  <title>Module Hierarchy</title>
7
 
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
8
 
  <script type="text/javascript" src="epydoc.js"></script>
9
 
</head>
10
 
 
11
 
<body bgcolor="white" text="black" link="blue" vlink="#204080"
12
 
      alink="#204080">
13
 
<!-- ==================== NAVIGATION BAR ==================== -->
14
 
<table class="navbar" border="0" width="100%" cellpadding="0"
15
 
       bgcolor="#a0c0ff" cellspacing="0">
16
 
  <tr valign="middle">
17
 
  <!-- Home link -->
18
 
      <th>&nbsp;&nbsp;&nbsp;<a
19
 
        href="openid-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
 
 
21
 
  <!-- Tree link -->
22
 
      <th bgcolor="#70b0f0" class="navbar-select"
23
 
          >&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
24
 
 
25
 
  <!-- Index link -->
26
 
      <th>&nbsp;&nbsp;&nbsp;<a
27
 
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
 
 
29
 
  <!-- Help link -->
30
 
      <th>&nbsp;&nbsp;&nbsp;<a
31
 
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
 
 
33
 
  <!-- Project homepage -->
34
 
      <th class="navbar" align="right" width="100%">
35
 
        <table border="0" cellpadding="0" cellspacing="0">
36
 
          <tr><th class="navbar" align="center"
37
 
            ><a class="navbar" target="_top" href="http://www.openidenabled.com/">Python-OpenID</a></th>
38
 
          </tr></table></th>
39
 
  </tr>
40
 
</table>
41
 
<table width="100%" cellpadding="0" cellspacing="0">
42
 
  <tr valign="top">
43
 
    <td width="100%">&nbsp;</td>
44
 
    <td>
45
 
      <table cellpadding="0" cellspacing="0">
46
 
        <!-- hide/show private -->
47
 
        <tr><td align="right"><span class="options"
48
 
            >[<a href="frames.html" target="_top">frames</a
49
 
            >]&nbsp;|&nbsp;<a href="module-tree.html"
50
 
            target="_top">no&nbsp;frames</a>]</span></td></tr>
51
 
      </table>
52
 
    </td>
53
 
  </tr>
54
 
</table>
55
 
<center><b>
56
 
 [ <a href="module-tree.html">Module Hierarchy</a>
57
 
 | <a href="class-tree.html">Class Hierarchy</a> ]
58
 
</b></center><br />
59
 
<h1 class="epydoc">Module Hierarchy</h1>
60
 
<ul class="nomargin-top">
61
 
    <li> <strong class="uidlink"><a href="openid-module.html">openid</a></strong>: <em class="summary">This package is an implementation of the OpenID specification in
62
 
        Python.</em></li>
63
 
    <ul>
64
 
    <li> <strong class="uidlink"><a href="openid.association-module.html">openid.association</a></strong>: <em class="summary">This module contains code for dealing with associations between 
65
 
        consumers and servers.</em></li>
66
 
    <li> <strong class="uidlink"><a href="openid.consumer-module.html">openid.consumer</a></strong>: <em class="summary">This package contains the portions of the library used only when
67
 
        implementing an OpenID consumer.</em></li>
68
 
    <ul>
69
 
    <li> <strong class="uidlink"><a href="openid.consumer.consumer-module.html">openid.consumer.consumer</a></strong>: <em class="summary">This module documents the main interface with the OpenID 
70
 
        consumer library.</em></li>
71
 
    <li> <strong class="uidlink"><a href="openid.consumer.discover-module.html">openid.consumer.discover</a></strong></li>
72
 
    </ul>
73
 
    </li>
74
 
    <li> <strong class="uidlink"><a href="openid.dh-module.html">openid.dh</a></strong></li>
75
 
    <li> <strong class="uidlink"><a href="openid.server-module.html">openid.server</a></strong>: <em class="summary">This package contains the portions of the library used only when
76
 
        implementing an OpenID server.</em></li>
77
 
    <ul>
78
 
    <li> <strong class="uidlink"><a href="openid.server.server-module.html">openid.server.server</a></strong>: <em class="summary">OpenID server protocol and logic.</em></li>
79
 
    <li> <strong class="uidlink"><a href="openid.server.trustroot-module.html">openid.server.trustroot</a></strong>: <em class="summary">This module contains the <code><a 
80
 
        href="openid.server.trustroot.TrustRoot-class.html" 
81
 
        class="link">TrustRoot</a></code> class, which helps handle trust 
82
 
        root checking.</em></li>
83
 
    </ul>
84
 
    </li>
85
 
    <li> <strong class="uidlink"><a href="openid.store-module.html">openid.store</a></strong>: <em class="summary">This package contains the modules related to this library's use 
86
 
        of persistent storage.</em></li>
87
 
    <ul>
88
 
    <li> <strong class="uidlink"><a href="openid.store.dumbstore-module.html">openid.store.dumbstore</a></strong>: <em class="summary">This module contains an <code><a 
89
 
        href="openid.store.interface.OpenIDStore-class.html" 
90
 
        class="link">OpenIDStore</a></code> implementation with no 
91
 
        persistent backing, for use only by limited consumers.</em></li>
92
 
    <li> <strong class="uidlink"><a href="openid.store.filestore-module.html">openid.store.filestore</a></strong>: <em class="summary">This module contains an <code><a 
93
 
        href="openid.store.interface.OpenIDStore-class.html" 
94
 
        class="link">OpenIDStore</a></code> implementation backed by flat 
95
 
        files.</em></li>
96
 
    <li> <strong class="uidlink"><a href="openid.store.interface-module.html">openid.store.interface</a></strong>: <em class="summary">This module contains the definition of the <code><a 
97
 
        href="openid.store.interface.OpenIDStore-class.html" 
98
 
        class="link">OpenIDStore</a></code> interface.</em></li>
99
 
    <li> <strong class="uidlink"><a href="openid.store.sqlstore-module.html">openid.store.sqlstore</a></strong>: <em class="summary">This module contains <code><a 
100
 
        href="openid.store.interface.OpenIDStore-class.html" 
101
 
        class="link">OpenIDStore</a></code> implementations that use 
102
 
        various SQL databases to back them.</em></li>
103
 
    </ul>
104
 
    </li>
105
 
    </ul>
106
 
    </li>
107
 
</ul>
108
 
<!-- ==================== NAVIGATION BAR ==================== -->
109
 
<table class="navbar" border="0" width="100%" cellpadding="0"
110
 
       bgcolor="#a0c0ff" cellspacing="0">
111
 
  <tr valign="middle">
112
 
  <!-- Home link -->
113
 
      <th>&nbsp;&nbsp;&nbsp;<a
114
 
        href="openid-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
115
 
 
116
 
  <!-- Tree link -->
117
 
      <th bgcolor="#70b0f0" class="navbar-select"
118
 
          >&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
119
 
 
120
 
  <!-- Index link -->
121
 
      <th>&nbsp;&nbsp;&nbsp;<a
122
 
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
123
 
 
124
 
  <!-- Help link -->
125
 
      <th>&nbsp;&nbsp;&nbsp;<a
126
 
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
127
 
 
128
 
  <!-- Project homepage -->
129
 
      <th class="navbar" align="right" width="100%">
130
 
        <table border="0" cellpadding="0" cellspacing="0">
131
 
          <tr><th class="navbar" align="center"
132
 
            ><a class="navbar" target="_top" href="http://www.openidenabled.com/">Python-OpenID</a></th>
133
 
          </tr></table></th>
134
 
  </tr>
135
 
</table>
136
 
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
137
 
  <tr>
138
 
    <td align="left" class="footer">Generated by Epydoc
139
 
        3.0alpha3 on Fri Dec  8 13:26:20 2006</td>
140
 
    <td align="right" class="footer">
141
 
      <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
142
 
    </td>
143
 
  </tr>
144
 
</table>
145
 
 
146
 
<script type="text/javascript">
147
 
  <!--
148
 
  // Private objects are initially displayed (because if
149
 
  // javascript is turned off then we want them to be
150
 
  // visible); but by default, we want to hide them.  So hide
151
 
  // them unless we have a cookie that says to show them.
152
 
  checkCookie()
153
 
  // -->
154
 
</script>
155
 
  
156
 
</body>
157
 
</html>