|
1 |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 <title>pyams_ldap.zmi package — PyAMS User Guide 0.1.0 documentation</title> |
|
9 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
11 <script type="text/javascript"> |
|
12 var DOCUMENTATION_OPTIONS = { |
|
13 URL_ROOT: './', |
|
14 VERSION: '0.1.0', |
|
15 COLLAPSE_INDEX: false, |
|
16 FILE_SUFFIX: '.html', |
|
17 HAS_SOURCE: true, |
|
18 SOURCELINK_SUFFIX: '.txt' |
|
19 }; |
|
20 </script> |
|
21 <script type="text/javascript" src="_static/jquery.js"></script> |
|
22 <script type="text/javascript" src="_static/underscore.js"></script> |
|
23 <script type="text/javascript" src="_static/doctools.js"></script> |
|
24 <link rel="index" title="Index" href="genindex.html" /> |
|
25 <link rel="search" title="Search" href="search.html" /> |
|
26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
27 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
28 <!--[if lte IE 6]> |
|
29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
30 <![endif]--> |
|
31 |
|
32 </head> |
|
33 <body> |
|
34 |
|
35 <div class="related" role="navigation" aria-label="related navigation"> |
|
36 <h3>Navigation</h3> |
|
37 <ul> |
|
38 <li class="right" style="margin-right: 10px"> |
|
39 <a href="genindex.html" title="General Index" |
|
40 accesskey="I">index</a></li> |
|
41 <li class="right" > |
|
42 <a href="py-modindex.html" title="Python Module Index" |
|
43 >modules</a> |</li> |
|
44 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
45 </ul> |
|
46 </div> |
|
47 |
|
48 <div class="document"> |
|
49 <div class="documentwrapper"> |
|
50 <div class="bodywrapper"> |
|
51 <div class="body" role="main"> |
|
52 |
|
53 <div class="section" id="pyams-ldap-zmi-package"> |
|
54 <h1>pyams_ldap.zmi package<a class="headerlink" href="#pyams-ldap-zmi-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="submodules"> |
|
56 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
|
57 </div> |
|
58 <div class="section" id="module-pyams_ldap.zmi.plugin"> |
|
59 <span id="pyams-ldap-zmi-plugin-module"></span><h2>pyams_ldap.zmi.plugin module<a class="headerlink" href="#module-pyams_ldap.zmi.plugin" title="Permalink to this headline">¶</a></h2> |
|
60 <dl class="class"> |
|
61 <dt id="pyams_ldap.zmi.plugin.LDAPCnColumn"> |
|
62 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPCnColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPCnColumn" title="Permalink to this definition">¶</a></dt> |
|
63 <dd><p>Bases: <a class="reference internal" href="#pyams_ldap.zmi.plugin.LDAPColumn" title="pyams_ldap.zmi.plugin.LDAPColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_ldap.zmi.plugin.LDAPColumn</span></code></a></p> |
|
64 <p>CN column</p> |
|
65 <dl class="attribute"> |
|
66 <dt id="pyams_ldap.zmi.plugin.LDAPCnColumn.attrName"> |
|
67 <code class="descname">attrName</code><em class="property"> = 'cn'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPCnColumn.attrName" title="Permalink to this definition">¶</a></dt> |
|
68 <dd></dd></dl> |
|
69 |
|
70 <dl class="attribute"> |
|
71 <dt id="pyams_ldap.zmi.plugin.LDAPCnColumn.weight"> |
|
72 <code class="descname">weight</code><em class="property"> = 5</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPCnColumn.weight" title="Permalink to this definition">¶</a></dt> |
|
73 <dd></dd></dl> |
|
74 |
|
75 </dd></dl> |
|
76 |
|
77 <dl class="class"> |
|
78 <dt id="pyams_ldap.zmi.plugin.LDAPColumn"> |
|
79 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPColumn" title="Permalink to this definition">¶</a></dt> |
|
80 <dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.I18nColumn" title="pyams_skin.table.I18nColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.I18nColumn</span></code></a>, <code class="xref py py-class docutils literal"><span class="pre">z3c.table.column.GetAttrColumn</span></code></p> |
|
81 <p>Base LDAP column</p> |
|
82 <dl class="method"> |
|
83 <dt id="pyams_ldap.zmi.plugin.LDAPColumn.getValue"> |
|
84 <code class="descname">getValue</code><span class="sig-paren">(</span><em>obj</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPColumn.getValue" title="Permalink to this definition">¶</a></dt> |
|
85 <dd></dd></dl> |
|
86 |
|
87 </dd></dl> |
|
88 |
|
89 <dl class="class"> |
|
90 <dt id="pyams_ldap.zmi.plugin.LDAPMailColumn"> |
|
91 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPMailColumn</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>table</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPMailColumn" title="Permalink to this definition">¶</a></dt> |
|
92 <dd><p>Bases: <a class="reference internal" href="#pyams_ldap.zmi.plugin.LDAPColumn" title="pyams_ldap.zmi.plugin.LDAPColumn"><code class="xref py py-class docutils literal"><span class="pre">pyams_ldap.zmi.plugin.LDAPColumn</span></code></a></p> |
|
93 <p>Mail column</p> |
|
94 <dl class="attribute"> |
|
95 <dt id="pyams_ldap.zmi.plugin.LDAPMailColumn.attrName"> |
|
96 <code class="descname">attrName</code><em class="property"> = 'mail'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPMailColumn.attrName" title="Permalink to this definition">¶</a></dt> |
|
97 <dd></dd></dl> |
|
98 |
|
99 <dl class="attribute"> |
|
100 <dt id="pyams_ldap.zmi.plugin.LDAPMailColumn.weight"> |
|
101 <code class="descname">weight</code><em class="property"> = 20</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPMailColumn.weight" title="Permalink to this definition">¶</a></dt> |
|
102 <dd></dd></dl> |
|
103 |
|
104 </dd></dl> |
|
105 |
|
106 <dl class="class"> |
|
107 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAJAXAddForm"> |
|
108 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAJAXAddForm" title="Permalink to this definition">¶</a></dt> |
|
109 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.form.AJAXAddForm" title="pyams_form.form.AJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm" title="pyams_ldap.zmi.plugin.LDAPPluginAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_ldap.zmi.plugin.LDAPPluginAddForm</span></code></a></p> |
|
110 <p>LDAP users folder plug-in add form, AJAX handler</p> |
|
111 </dd></dl> |
|
112 |
|
113 <dl class="class"> |
|
114 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAJAXEditForm"> |
|
115 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAJAXEditForm" title="Permalink to this definition">¶</a></dt> |
|
116 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.form.AJAXEditForm" title="pyams_form.form.AJAXEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXEditForm</span></code></a>, <a class="reference internal" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm" title="pyams_ldap.zmi.plugin.LDAPPluginEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_ldap.zmi.plugin.LDAPPluginEditForm</span></code></a></p> |
|
117 <p>LDAP users folder plug-in edit form, AJAX handler</p> |
|
118 </dd></dl> |
|
119 |
|
120 <dl class="class"> |
|
121 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm"> |
|
122 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm" title="Permalink to this definition">¶</a></dt> |
|
123 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogAddForm" title="pyams_zmi.form.AdminDialogAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></a></p> |
|
124 <p>LDAP users folder plug-in add form</p> |
|
125 <dl class="method"> |
|
126 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm.add"> |
|
127 <code class="descname">add</code><span class="sig-paren">(</span><em>plugin</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm.add" title="Permalink to this definition">¶</a></dt> |
|
128 <dd></dd></dl> |
|
129 |
|
130 <dl class="attribute"> |
|
131 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm.ajax_handler"> |
|
132 <code class="descname">ajax_handler</code><em class="property"> = 'add-ldap-folder.json'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
133 <dd></dd></dl> |
|
134 |
|
135 <dl class="method"> |
|
136 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm.create"> |
|
137 <code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm.create" title="Permalink to this definition">¶</a></dt> |
|
138 <dd></dd></dl> |
|
139 |
|
140 <dl class="attribute"> |
|
141 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm.edit_permission"> |
|
142 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageSecurity'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
143 <dd></dd></dl> |
|
144 |
|
145 <dl class="attribute"> |
|
146 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm.fields"> |
|
147 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
148 <dd></dd></dl> |
|
149 |
|
150 <dl class="attribute"> |
|
151 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm.icon_css_class"> |
|
152 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-sitemap'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
153 <dd></dd></dl> |
|
154 |
|
155 <dl class="attribute"> |
|
156 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm.legend"> |
|
157 <code class="descname">legend</code><em class="property"> = 'Add LDAP users folder plug-in'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
158 <dd></dd></dl> |
|
159 |
|
160 <dl class="method"> |
|
161 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm.nextURL"> |
|
162 <code class="descname">nextURL</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm.nextURL" title="Permalink to this definition">¶</a></dt> |
|
163 <dd></dd></dl> |
|
164 |
|
165 <dl class="attribute"> |
|
166 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddForm.title"> |
|
167 <code class="descname">title</code><em class="property"> = 'System security manager'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddForm.title" title="Permalink to this definition">¶</a></dt> |
|
168 <dd></dd></dl> |
|
169 |
|
170 </dd></dl> |
|
171 |
|
172 <dl class="class"> |
|
173 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddMenu"> |
|
174 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginAddMenu</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddMenu" title="Permalink to this definition">¶</a></dt> |
|
175 <dd><p>Bases: <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenuItem" title="pyams_skin.viewlet.toolbar.ToolbarMenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></a></p> |
|
176 <p>LDAP users folder add menu</p> |
|
177 <dl class="attribute"> |
|
178 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddMenu.label"> |
|
179 <code class="descname">label</code><em class="property"> = 'Add LDAP users folder...'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddMenu.label" title="Permalink to this definition">¶</a></dt> |
|
180 <dd></dd></dl> |
|
181 |
|
182 <dl class="attribute"> |
|
183 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddMenu.label_css_class"> |
|
184 <code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-sitemap'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddMenu.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
185 <dd></dd></dl> |
|
186 |
|
187 <dl class="attribute"> |
|
188 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddMenu.modal_target"> |
|
189 <code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddMenu.modal_target" title="Permalink to this definition">¶</a></dt> |
|
190 <dd></dd></dl> |
|
191 |
|
192 <dl class="attribute"> |
|
193 <dt id="pyams_ldap.zmi.plugin.LDAPPluginAddMenu.url"> |
|
194 <code class="descname">url</code><em class="property"> = 'add-ldap-folder.html'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginAddMenu.url" title="Permalink to this definition">¶</a></dt> |
|
195 <dd></dd></dl> |
|
196 |
|
197 </dd></dl> |
|
198 |
|
199 <dl class="class"> |
|
200 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm"> |
|
201 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginConnectionAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm" title="Permalink to this definition">¶</a></dt> |
|
202 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.InnerAdminAddForm" title="pyams_zmi.form.InnerAdminAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.InnerAdminAddForm</span></code></a></p> |
|
203 <p>LDAP plug-in add form connection</p> |
|
204 <dl class="attribute"> |
|
205 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.fields"> |
|
206 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
207 <dd></dd></dl> |
|
208 |
|
209 <dl class="attribute"> |
|
210 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.id"> |
|
211 <code class="descname">id</code><em class="property"> = 'ldap_connection_form'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.id" title="Permalink to this definition">¶</a></dt> |
|
212 <dd></dd></dl> |
|
213 |
|
214 <dl class="attribute"> |
|
215 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.legend"> |
|
216 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
217 <dd></dd></dl> |
|
218 |
|
219 <dl class="attribute"> |
|
220 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.tab_label"> |
|
221 <code class="descname">tab_label</code><em class="property"> = 'Connection'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.tab_label" title="Permalink to this definition">¶</a></dt> |
|
222 <dd></dd></dl> |
|
223 |
|
224 <dl class="attribute"> |
|
225 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.weight"> |
|
226 <code class="descname">weight</code><em class="property"> = 1</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionAddForm.weight" title="Permalink to this definition">¶</a></dt> |
|
227 <dd></dd></dl> |
|
228 |
|
229 </dd></dl> |
|
230 |
|
231 <dl class="class"> |
|
232 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm"> |
|
233 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginConnectionEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm" title="Permalink to this definition">¶</a></dt> |
|
234 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.InnerAdminEditForm" title="pyams_zmi.form.InnerAdminEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.InnerAdminEditForm</span></code></a></p> |
|
235 <p>LDAP plug-in connection edit form</p> |
|
236 <dl class="attribute"> |
|
237 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.edit_permission"> |
|
238 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageSecurity'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
239 <dd></dd></dl> |
|
240 |
|
241 <dl class="attribute"> |
|
242 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.fields"> |
|
243 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
244 <dd></dd></dl> |
|
245 |
|
246 <dl class="attribute"> |
|
247 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.id"> |
|
248 <code class="descname">id</code><em class="property"> = 'ldap_connection_form'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.id" title="Permalink to this definition">¶</a></dt> |
|
249 <dd></dd></dl> |
|
250 |
|
251 <dl class="attribute"> |
|
252 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.legend"> |
|
253 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
254 <dd></dd></dl> |
|
255 |
|
256 <dl class="attribute"> |
|
257 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.tab_label"> |
|
258 <code class="descname">tab_label</code><em class="property"> = 'Connection'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.tab_label" title="Permalink to this definition">¶</a></dt> |
|
259 <dd></dd></dl> |
|
260 |
|
261 <dl class="attribute"> |
|
262 <dt id="pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.weight"> |
|
263 <code class="descname">weight</code><em class="property"> = 1</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginConnectionEditForm.weight" title="Permalink to this definition">¶</a></dt> |
|
264 <dd></dd></dl> |
|
265 |
|
266 </dd></dl> |
|
267 |
|
268 <dl class="class"> |
|
269 <dt id="pyams_ldap.zmi.plugin.LDAPPluginEditForm"> |
|
270 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm" title="Permalink to this definition">¶</a></dt> |
|
271 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogEditForm" title="pyams_zmi.form.AdminDialogEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogEditForm</span></code></a></p> |
|
272 <p>LDAP users folder plug-in edit form</p> |
|
273 <dl class="attribute"> |
|
274 <dt id="pyams_ldap.zmi.plugin.LDAPPluginEditForm.ajax_handler"> |
|
275 <code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt> |
|
276 <dd></dd></dl> |
|
277 |
|
278 <dl class="attribute"> |
|
279 <dt id="pyams_ldap.zmi.plugin.LDAPPluginEditForm.edit_permission"> |
|
280 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageSecurity'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
281 <dd></dd></dl> |
|
282 |
|
283 <dl class="attribute"> |
|
284 <dt id="pyams_ldap.zmi.plugin.LDAPPluginEditForm.fields"> |
|
285 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
286 <dd></dd></dl> |
|
287 |
|
288 <dl class="attribute"> |
|
289 <dt id="pyams_ldap.zmi.plugin.LDAPPluginEditForm.icon_css_class"> |
|
290 <code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-sitemap'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt> |
|
291 <dd></dd></dl> |
|
292 |
|
293 <dl class="attribute"> |
|
294 <dt id="pyams_ldap.zmi.plugin.LDAPPluginEditForm.legend"> |
|
295 <code class="descname">legend</code><em class="property"> = 'Edit LDAP users folder plug-in properties'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
296 <dd></dd></dl> |
|
297 |
|
298 <dl class="attribute"> |
|
299 <dt id="pyams_ldap.zmi.plugin.LDAPPluginEditForm.title"> |
|
300 <code class="descname">title</code><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm.title" title="Permalink to this definition">¶</a></dt> |
|
301 <dd></dd></dl> |
|
302 |
|
303 <dl class="method"> |
|
304 <dt id="pyams_ldap.zmi.plugin.LDAPPluginEditForm.updateWidgets"> |
|
305 <code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt> |
|
306 <dd></dd></dl> |
|
307 |
|
308 <dl class="method"> |
|
309 <dt id="pyams_ldap.zmi.plugin.LDAPPluginEditForm.update_content"> |
|
310 <code class="descname">update_content</code><span class="sig-paren">(</span><em>content</em>, <em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginEditForm.update_content" title="Permalink to this definition">¶</a></dt> |
|
311 <dd></dd></dl> |
|
312 |
|
313 </dd></dl> |
|
314 |
|
315 <dl class="class"> |
|
316 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm"> |
|
317 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginGroupsAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm" title="Permalink to this definition">¶</a></dt> |
|
318 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.InnerAdminAddForm" title="pyams_zmi.form.InnerAdminAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.InnerAdminAddForm</span></code></a></p> |
|
319 <p>LDAP plug-in add form groups schema</p> |
|
320 <dl class="attribute"> |
|
321 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.fields"> |
|
322 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
323 <dd></dd></dl> |
|
324 |
|
325 <dl class="attribute"> |
|
326 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.id"> |
|
327 <code class="descname">id</code><em class="property"> = 'ldap_groups_form'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.id" title="Permalink to this definition">¶</a></dt> |
|
328 <dd></dd></dl> |
|
329 |
|
330 <dl class="attribute"> |
|
331 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.input_css_class"> |
|
332 <code class="descname">input_css_class</code><em class="property"> = 'col-md-8'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.input_css_class" title="Permalink to this definition">¶</a></dt> |
|
333 <dd></dd></dl> |
|
334 |
|
335 <dl class="attribute"> |
|
336 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.label_css_class"> |
|
337 <code class="descname">label_css_class</code><em class="property"> = 'control-label col-md-4'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
338 <dd></dd></dl> |
|
339 |
|
340 <dl class="attribute"> |
|
341 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.legend"> |
|
342 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
343 <dd></dd></dl> |
|
344 |
|
345 <dl class="attribute"> |
|
346 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.tab_label"> |
|
347 <code class="descname">tab_label</code><em class="property"> = 'Groups schema'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.tab_label" title="Permalink to this definition">¶</a></dt> |
|
348 <dd></dd></dl> |
|
349 |
|
350 <dl class="attribute"> |
|
351 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.weight"> |
|
352 <code class="descname">weight</code><em class="property"> = 3</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsAddForm.weight" title="Permalink to this definition">¶</a></dt> |
|
353 <dd></dd></dl> |
|
354 |
|
355 </dd></dl> |
|
356 |
|
357 <dl class="class"> |
|
358 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm"> |
|
359 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginGroupsEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm" title="Permalink to this definition">¶</a></dt> |
|
360 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.InnerAdminEditForm" title="pyams_zmi.form.InnerAdminEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.InnerAdminEditForm</span></code></a></p> |
|
361 <p>LDAP plug-in groups schema edit form</p> |
|
362 <dl class="attribute"> |
|
363 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.edit_permission"> |
|
364 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageSecurity'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
365 <dd></dd></dl> |
|
366 |
|
367 <dl class="attribute"> |
|
368 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.fields"> |
|
369 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
370 <dd></dd></dl> |
|
371 |
|
372 <dl class="attribute"> |
|
373 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.id"> |
|
374 <code class="descname">id</code><em class="property"> = 'ldap_groups_form'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.id" title="Permalink to this definition">¶</a></dt> |
|
375 <dd></dd></dl> |
|
376 |
|
377 <dl class="attribute"> |
|
378 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.input_css_class"> |
|
379 <code class="descname">input_css_class</code><em class="property"> = 'col-md-8'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.input_css_class" title="Permalink to this definition">¶</a></dt> |
|
380 <dd></dd></dl> |
|
381 |
|
382 <dl class="attribute"> |
|
383 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.label_css_class"> |
|
384 <code class="descname">label_css_class</code><em class="property"> = 'control-label col-md-4'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
385 <dd></dd></dl> |
|
386 |
|
387 <dl class="attribute"> |
|
388 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.legend"> |
|
389 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
390 <dd></dd></dl> |
|
391 |
|
392 <dl class="attribute"> |
|
393 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.tab_label"> |
|
394 <code class="descname">tab_label</code><em class="property"> = 'Groups schema'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.tab_label" title="Permalink to this definition">¶</a></dt> |
|
395 <dd></dd></dl> |
|
396 |
|
397 <dl class="attribute"> |
|
398 <dt id="pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.weight"> |
|
399 <code class="descname">weight</code><em class="property"> = 3</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginGroupsEditForm.weight" title="Permalink to this definition">¶</a></dt> |
|
400 <dd></dd></dl> |
|
401 |
|
402 </dd></dl> |
|
403 |
|
404 <dl class="class"> |
|
405 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm"> |
|
406 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginSearchAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm" title="Permalink to this definition">¶</a></dt> |
|
407 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.InnerAdminAddForm" title="pyams_zmi.form.InnerAdminAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.InnerAdminAddForm</span></code></a></p> |
|
408 <p>LDAP plug-in add form search settings</p> |
|
409 <dl class="attribute"> |
|
410 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.fields"> |
|
411 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
412 <dd></dd></dl> |
|
413 |
|
414 <dl class="attribute"> |
|
415 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.id"> |
|
416 <code class="descname">id</code><em class="property"> = 'ldap_search_form'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.id" title="Permalink to this definition">¶</a></dt> |
|
417 <dd></dd></dl> |
|
418 |
|
419 <dl class="attribute"> |
|
420 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.input_css_class"> |
|
421 <code class="descname">input_css_class</code><em class="property"> = 'col-md-8'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.input_css_class" title="Permalink to this definition">¶</a></dt> |
|
422 <dd></dd></dl> |
|
423 |
|
424 <dl class="attribute"> |
|
425 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.label_css_class"> |
|
426 <code class="descname">label_css_class</code><em class="property"> = 'control-label col-md-4'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
427 <dd></dd></dl> |
|
428 |
|
429 <dl class="attribute"> |
|
430 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.legend"> |
|
431 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
432 <dd></dd></dl> |
|
433 |
|
434 <dl class="attribute"> |
|
435 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.tab_label"> |
|
436 <code class="descname">tab_label</code><em class="property"> = 'Search settings'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.tab_label" title="Permalink to this definition">¶</a></dt> |
|
437 <dd></dd></dl> |
|
438 |
|
439 <dl class="attribute"> |
|
440 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.weight"> |
|
441 <code class="descname">weight</code><em class="property"> = 4</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchAddForm.weight" title="Permalink to this definition">¶</a></dt> |
|
442 <dd></dd></dl> |
|
443 |
|
444 </dd></dl> |
|
445 |
|
446 <dl class="class"> |
|
447 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm"> |
|
448 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginSearchEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm" title="Permalink to this definition">¶</a></dt> |
|
449 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.InnerAdminEditForm" title="pyams_zmi.form.InnerAdminEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.InnerAdminEditForm</span></code></a></p> |
|
450 <p>LDAP plug-in search settings</p> |
|
451 <dl class="attribute"> |
|
452 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.edit_permission"> |
|
453 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageSecurity'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
454 <dd></dd></dl> |
|
455 |
|
456 <dl class="attribute"> |
|
457 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.fields"> |
|
458 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
459 <dd></dd></dl> |
|
460 |
|
461 <dl class="attribute"> |
|
462 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.id"> |
|
463 <code class="descname">id</code><em class="property"> = 'ldap_search_form'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.id" title="Permalink to this definition">¶</a></dt> |
|
464 <dd></dd></dl> |
|
465 |
|
466 <dl class="attribute"> |
|
467 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.input_css_class"> |
|
468 <code class="descname">input_css_class</code><em class="property"> = 'col-md-8'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.input_css_class" title="Permalink to this definition">¶</a></dt> |
|
469 <dd></dd></dl> |
|
470 |
|
471 <dl class="attribute"> |
|
472 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.label_css_class"> |
|
473 <code class="descname">label_css_class</code><em class="property"> = 'control-label col-md-4'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
474 <dd></dd></dl> |
|
475 |
|
476 <dl class="attribute"> |
|
477 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.legend"> |
|
478 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
479 <dd></dd></dl> |
|
480 |
|
481 <dl class="attribute"> |
|
482 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.tab_label"> |
|
483 <code class="descname">tab_label</code><em class="property"> = 'Search settings'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.tab_label" title="Permalink to this definition">¶</a></dt> |
|
484 <dd></dd></dl> |
|
485 |
|
486 <dl class="attribute"> |
|
487 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.weight"> |
|
488 <code class="descname">weight</code><em class="property"> = 4</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchEditForm.weight" title="Permalink to this definition">¶</a></dt> |
|
489 <dd></dd></dl> |
|
490 |
|
491 </dd></dl> |
|
492 |
|
493 <dl class="class"> |
|
494 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView"> |
|
495 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginSearchResultsView</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView" title="Permalink to this definition">¶</a></dt> |
|
496 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.view.AdminView" title="pyams_zmi.view.AdminView"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.view.AdminView</span></code></a>, <a class="reference internal" href="pyams_form.html#pyams_form.search.SearchResultsView" title="pyams_form.search.SearchResultsView"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.search.SearchResultsView</span></code></a></p> |
|
497 <p>LDAP users folder search results view table</p> |
|
498 <dl class="attribute"> |
|
499 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView.cssClasses"> |
|
500 <code class="descname">cssClasses</code><em class="property"> = {'table': 'table table-bordered table-striped table-hover table-tight datatable'}</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView.cssClasses" title="Permalink to this definition">¶</a></dt> |
|
501 <dd></dd></dl> |
|
502 |
|
503 <dl class="attribute"> |
|
504 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView.data_attributes"> |
|
505 <code class="descname">data_attributes</code><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView.data_attributes" title="Permalink to this definition">¶</a></dt> |
|
506 <dd></dd></dl> |
|
507 |
|
508 <dl class="attribute"> |
|
509 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView.id"> |
|
510 <code class="descname">id</code><em class="property"> = 'ldap_folder_search_table'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView.id" title="Permalink to this definition">¶</a></dt> |
|
511 <dd></dd></dl> |
|
512 |
|
513 <dl class="attribute"> |
|
514 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView.title"> |
|
515 <code class="descname">title</code><em class="property"> = 'Search results'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchResultsView.title" title="Permalink to this definition">¶</a></dt> |
|
516 <dd></dd></dl> |
|
517 |
|
518 </dd></dl> |
|
519 |
|
520 <dl class="class"> |
|
521 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchView"> |
|
522 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginSearchView</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchView" title="Permalink to this definition">¶</a></dt> |
|
523 <dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.search.SearchView" title="pyams_form.search.SearchView"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.search.SearchView</span></code></a></p> |
|
524 <p>LDAP users folder search view</p> |
|
525 </dd></dl> |
|
526 |
|
527 <dl class="class"> |
|
528 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter"> |
|
529 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginSearchViewHeaderAdapter</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter" title="Permalink to this definition">¶</a></dt> |
|
530 <dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.page.DefaultPageHeaderAdapter" title="pyams_skin.page.DefaultPageHeaderAdapter"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.page.DefaultPageHeaderAdapter</span></code></a></p> |
|
531 <p>LDAP users folder search view header adapter</p> |
|
532 <dl class="attribute"> |
|
533 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.back_target"> |
|
534 <code class="descname">back_target</code><em class="property"> = '#content'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.back_target" title="Permalink to this definition">¶</a></dt> |
|
535 <dd></dd></dl> |
|
536 |
|
537 <dl class="attribute"> |
|
538 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.back_url"> |
|
539 <code class="descname">back_url</code><em class="property"> = '#security-manager.html'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.back_url" title="Permalink to this definition">¶</a></dt> |
|
540 <dd></dd></dl> |
|
541 |
|
542 <dl class="attribute"> |
|
543 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.icon_class"> |
|
544 <code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-sitemap'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.icon_class" title="Permalink to this definition">¶</a></dt> |
|
545 <dd></dd></dl> |
|
546 |
|
547 <dl class="attribute"> |
|
548 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.subtitle"> |
|
549 <code class="descname">subtitle</code><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.subtitle" title="Permalink to this definition">¶</a></dt> |
|
550 <dd></dd></dl> |
|
551 |
|
552 <dl class="attribute"> |
|
553 <dt id="pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.title"> |
|
554 <code class="descname">title</code><em class="property"> = 'Security manager'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginSearchViewHeaderAdapter.title" title="Permalink to this definition">¶</a></dt> |
|
555 <dd></dd></dl> |
|
556 |
|
557 </dd></dl> |
|
558 |
|
559 <dl class="class"> |
|
560 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm"> |
|
561 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginUsersAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm" title="Permalink to this definition">¶</a></dt> |
|
562 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.InnerAdminAddForm" title="pyams_zmi.form.InnerAdminAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.InnerAdminAddForm</span></code></a></p> |
|
563 <p>LDAP plug-in add form users schema</p> |
|
564 <dl class="attribute"> |
|
565 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.fields"> |
|
566 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.fields" title="Permalink to this definition">¶</a></dt> |
|
567 <dd></dd></dl> |
|
568 |
|
569 <dl class="attribute"> |
|
570 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.id"> |
|
571 <code class="descname">id</code><em class="property"> = 'ldap_users_form'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.id" title="Permalink to this definition">¶</a></dt> |
|
572 <dd></dd></dl> |
|
573 |
|
574 <dl class="attribute"> |
|
575 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.input_css_class"> |
|
576 <code class="descname">input_css_class</code><em class="property"> = 'col-md-8'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.input_css_class" title="Permalink to this definition">¶</a></dt> |
|
577 <dd></dd></dl> |
|
578 |
|
579 <dl class="attribute"> |
|
580 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.label_css_class"> |
|
581 <code class="descname">label_css_class</code><em class="property"> = 'control-label col-md-4'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
582 <dd></dd></dl> |
|
583 |
|
584 <dl class="attribute"> |
|
585 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.legend"> |
|
586 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.legend" title="Permalink to this definition">¶</a></dt> |
|
587 <dd></dd></dl> |
|
588 |
|
589 <dl class="attribute"> |
|
590 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.tab_label"> |
|
591 <code class="descname">tab_label</code><em class="property"> = 'Users schema'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.tab_label" title="Permalink to this definition">¶</a></dt> |
|
592 <dd></dd></dl> |
|
593 |
|
594 <dl class="attribute"> |
|
595 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.weight"> |
|
596 <code class="descname">weight</code><em class="property"> = 2</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersAddForm.weight" title="Permalink to this definition">¶</a></dt> |
|
597 <dd></dd></dl> |
|
598 |
|
599 </dd></dl> |
|
600 |
|
601 <dl class="class"> |
|
602 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm"> |
|
603 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPluginUsersEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm" title="Permalink to this definition">¶</a></dt> |
|
604 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.InnerAdminEditForm" title="pyams_zmi.form.InnerAdminEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.InnerAdminEditForm</span></code></a></p> |
|
605 <p>LDAP plug-in users schema edit form</p> |
|
606 <dl class="attribute"> |
|
607 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.edit_permission"> |
|
608 <code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageSecurity'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.edit_permission" title="Permalink to this definition">¶</a></dt> |
|
609 <dd></dd></dl> |
|
610 |
|
611 <dl class="attribute"> |
|
612 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.fields"> |
|
613 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.fields" title="Permalink to this definition">¶</a></dt> |
|
614 <dd></dd></dl> |
|
615 |
|
616 <dl class="attribute"> |
|
617 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.id"> |
|
618 <code class="descname">id</code><em class="property"> = 'ldap_users_form'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.id" title="Permalink to this definition">¶</a></dt> |
|
619 <dd></dd></dl> |
|
620 |
|
621 <dl class="attribute"> |
|
622 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.input_css_class"> |
|
623 <code class="descname">input_css_class</code><em class="property"> = 'col-md-8'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.input_css_class" title="Permalink to this definition">¶</a></dt> |
|
624 <dd></dd></dl> |
|
625 |
|
626 <dl class="attribute"> |
|
627 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.label_css_class"> |
|
628 <code class="descname">label_css_class</code><em class="property"> = 'control-label col-md-4'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.label_css_class" title="Permalink to this definition">¶</a></dt> |
|
629 <dd></dd></dl> |
|
630 |
|
631 <dl class="attribute"> |
|
632 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.legend"> |
|
633 <code class="descname">legend</code><em class="property"> = None</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.legend" title="Permalink to this definition">¶</a></dt> |
|
634 <dd></dd></dl> |
|
635 |
|
636 <dl class="attribute"> |
|
637 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.tab_label"> |
|
638 <code class="descname">tab_label</code><em class="property"> = 'Users schema'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.tab_label" title="Permalink to this definition">¶</a></dt> |
|
639 <dd></dd></dl> |
|
640 |
|
641 <dl class="attribute"> |
|
642 <dt id="pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.weight"> |
|
643 <code class="descname">weight</code><em class="property"> = 2</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPluginUsersEditForm.weight" title="Permalink to this definition">¶</a></dt> |
|
644 <dd></dd></dl> |
|
645 |
|
646 </dd></dl> |
|
647 |
|
648 <dl class="class"> |
|
649 <dt id="pyams_ldap.zmi.plugin.LDAPPrincipalAttributesViewlet"> |
|
650 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPrincipalAttributesViewlet</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPrincipalAttributesViewlet" title="Permalink to this definition">¶</a></dt> |
|
651 <dd><p>Bases: <a class="reference internal" href="pyams_viewlet.html#pyams_viewlet.viewlet.Viewlet" title="pyams_viewlet.viewlet.Viewlet"><code class="xref py py-class docutils literal"><span class="pre">pyams_viewlet.viewlet.Viewlet</span></code></a></p> |
|
652 <p>LDAP principal attributes</p> |
|
653 <dl class="attribute"> |
|
654 <dt id="pyams_ldap.zmi.plugin.LDAPPrincipalAttributesViewlet.attributes"> |
|
655 <code class="descname">attributes</code><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPrincipalAttributesViewlet.attributes" title="Permalink to this definition">¶</a></dt> |
|
656 <dd></dd></dl> |
|
657 |
|
658 <dl class="attribute"> |
|
659 <dt id="pyams_ldap.zmi.plugin.LDAPPrincipalAttributesViewlet.br"> |
|
660 <code class="descname">br</code><em class="property"> = '<br />'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPrincipalAttributesViewlet.br" title="Permalink to this definition">¶</a></dt> |
|
661 <dd></dd></dl> |
|
662 |
|
663 </dd></dl> |
|
664 |
|
665 <dl class="class"> |
|
666 <dt id="pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm"> |
|
667 <em class="property">class </em><code class="descclassname">pyams_ldap.zmi.plugin.</code><code class="descname">LDAPPrincipalDisplayForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm" title="Permalink to this definition">¶</a></dt> |
|
668 <dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogDisplayForm" title="pyams_zmi.form.AdminDialogDisplayForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogDisplayForm</span></code></a></p> |
|
669 <p>LDAP principal display form</p> |
|
670 <dl class="attribute"> |
|
671 <dt id="pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm.fields"> |
|
672 <code class="descname">fields</code><em class="property"> = <z3c.form.field.Fields object></em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm.fields" title="Permalink to this definition">¶</a></dt> |
|
673 <dd></dd></dl> |
|
674 |
|
675 <dl class="attribute"> |
|
676 <dt id="pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm.icon_class"> |
|
677 <code class="descname">icon_class</code><em class="property"> = 'fa fa-fw fa-sitemap'</em><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm.icon_class" title="Permalink to this definition">¶</a></dt> |
|
678 <dd></dd></dl> |
|
679 |
|
680 <dl class="attribute"> |
|
681 <dt id="pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm.legend"> |
|
682 <code class="descname">legend</code><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm.legend" title="Permalink to this definition">¶</a></dt> |
|
683 <dd></dd></dl> |
|
684 |
|
685 <dl class="attribute"> |
|
686 <dt id="pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm.title"> |
|
687 <code class="descname">title</code><a class="headerlink" href="#pyams_ldap.zmi.plugin.LDAPPrincipalDisplayForm.title" title="Permalink to this definition">¶</a></dt> |
|
688 <dd></dd></dl> |
|
689 |
|
690 </dd></dl> |
|
691 |
|
692 </div> |
|
693 <div class="section" id="module-pyams_ldap.zmi"> |
|
694 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_ldap.zmi" title="Permalink to this headline">¶</a></h2> |
|
695 </div> |
|
696 </div> |
|
697 |
|
698 |
|
699 </div> |
|
700 </div> |
|
701 </div> |
|
702 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
703 <div class="sphinxsidebarwrapper"> |
|
704 <h3><a href="index.html">Table Of Contents</a></h3> |
|
705 <ul> |
|
706 <li><a class="reference internal" href="#">pyams_ldap.zmi package</a><ul> |
|
707 <li><a class="reference internal" href="#submodules">Submodules</a></li> |
|
708 <li><a class="reference internal" href="#module-pyams_ldap.zmi.plugin">pyams_ldap.zmi.plugin module</a></li> |
|
709 <li><a class="reference internal" href="#module-pyams_ldap.zmi">Module contents</a></li> |
|
710 </ul> |
|
711 </li> |
|
712 </ul> |
|
713 |
|
714 <div id="searchbox" style="display: none" role="search"> |
|
715 <h3>Quick search</h3> |
|
716 <form class="search" action="search.html" method="get"> |
|
717 <div><input type="text" name="q" /></div> |
|
718 <div><input type="submit" value="Go" /></div> |
|
719 <input type="hidden" name="check_keywords" value="yes" /> |
|
720 <input type="hidden" name="area" value="default" /> |
|
721 </form> |
|
722 </div> |
|
723 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
724 </div> |
|
725 </div> |
|
726 <div class="clearer"></div> |
|
727 </div> |
|
728 <div class="related" role="navigation" aria-label="related navigation"> |
|
729 <h3>Navigation</h3> |
|
730 <ul> |
|
731 <li class="right" style="margin-right: 10px"> |
|
732 <a href="genindex.html" title="General Index" |
|
733 >index</a></li> |
|
734 <li class="right" > |
|
735 <a href="py-modindex.html" title="Python Module Index" |
|
736 >modules</a> |</li> |
|
737 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
738 </ul> |
|
739 </div> |
|
740 <div class="footer" role="contentinfo"> |
|
741 © Copyright 2017, Thierry Florac. |
|
742 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
743 </div> |
|
744 </body> |
|
745 </html> |