~ubuntu-branches/ubuntu/trusty/ldap-account-manager/trusty

« back to all changes in this revision

Viewing changes to docs/devel/phpdoc/modules/passwordService.html

  • Committer: Package Import Robot
  • Author(s): Roland Gruber
  • Date: 2012-03-25 11:00:20 UTC
  • mfrom: (1.1.22) (4.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20120325110020-bggr97wusvitsvqg
Tags: 3.7-1
* new upstream release
* Fix "[INTL:nl] Dutch translation of debconf templates" (Closes: #658463)
* Fix "[INTL:da] Danish translation of the debconf templates ldap-
  account-manager" (Closes: #661950)

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                </a><br>
117
117
                        <a href="../modules/_lib---modules---nisnetgroup.inc.html">             nisnetgroup.inc
118
118
                </a><br>
119
 
                        <a href="../modules/_lib---modules---phpGroupwareGroup.inc.html">               phpGroupwareGroup.inc
120
 
                </a><br>
121
 
                        <a href="../modules/_lib---modules---phpGroupwareUser.inc.html">                phpGroupwareUser.inc
122
 
                </a><br>
123
119
                        <a href="../modules/_lib---modules---posixAccount.inc.html">            posixAccount.inc
124
120
                </a><br>
125
121
                        <a href="../modules/_lib---modules---posixGroup.inc.html">              posixGroup.inc
171
167
                        <a href="../modules/ldapPublicKey.html">ldapPublicKey</a><br />
172
168
                        <a href="../modules/nisMailAlias.html">nisMailAlias</a><br />
173
169
                        <a href="../modules/nisnetgroup.html">nisnetgroup</a><br />
174
 
                        <a href="../modules/phpGroupwareGroup.html">phpGroupwareGroup</a><br />
175
 
                        <a href="../modules/phpGroupwareUser.html">phpGroupwareUser</a><br />
176
170
                        <a href="../modules/posixAccount.html">posixAccount</a><br />
177
171
                        <a href="../modules/posixGroup.html">posixGroup</a><br />
178
172
                        <a href="../modules/quota.html">quota</a><br />
216
210
<ul>
217
211
    <li><a href="../modules/passwordService.html#methodmanagesPasswordAttributes">managesPasswordAttributes</a></li>
218
212
    <li><a href="../modules/passwordService.html#methodpasswordChangeRequested">passwordChangeRequested</a></li>
 
213
    <li><a href="../modules/passwordService.html#methodsupportsForcePasswordChange">supportsForcePasswordChange</a></li>
219
214
  </ul>
220
215
</td>
221
216
 
235
230
<a name="class_details"></a>
236
231
<h3>Class Details</h3>
237
232
<div class="tags">
238
 
[line 1885]<br />
 
233
[line 1941]<br />
239
234
This interface needs to be implemented by all account modules which manage passwords.<br /><br /><p>It allows LAM to provide central password changes.</p><br /></div><br /><br />
240
235
<div class="top">[ <a href="#top">Top</a> ]</div><br />
241
236
 
247
242
 
248
243
  <hr />
249
244
        <a name="methodmanagesPasswordAttributes"></a>
250
 
        <h3>method managesPasswordAttributes <span class="smalllinenumber">[line 1894]</span></h3>
 
245
        <h3>method managesPasswordAttributes <span class="smalllinenumber">[line 1950]</span></h3>
251
246
        <div class="function">
252
247
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
253
248
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
275
270
  </div>
276
271
  <hr />
277
272
        <a name="methodpasswordChangeRequested"></a>
278
 
        <h3>method passwordChangeRequested <span class="smalllinenumber">[line 1905]</span></h3>
 
273
        <h3>method passwordChangeRequested <span class="smalllinenumber">[line 1969]</span></h3>
279
274
        <div class="function">
280
275
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
281
276
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
282
277
                <code>array passwordChangeRequested(
283
278
String
284
 
$password, $modules
285
 
$modules)</code>
 
279
$password, array
 
280
$modules, boolean
 
281
$forcePasswordChange)</code>
286
282
    </td></tr></table>
287
283
    </td></tr></table><br />
288
284
        
310
306
        <td>new password</td>
311
307
      </tr>
312
308
          <tr>
313
 
        <td class="type">$modules&nbsp;&nbsp;</td>
 
309
        <td class="type">array&nbsp;&nbsp;</td>
314
310
        <td><b>$modules</b>&nbsp;&nbsp;</td>
315
311
        <td>list of modules for which the password should be changed</td>
316
312
      </tr>
 
313
          <tr>
 
314
        <td class="type">boolean&nbsp;&nbsp;</td>
 
315
        <td><b>$forcePasswordChange</b>&nbsp;&nbsp;</td>
 
316
        <td>force the user to change his password at next login</td>
 
317
      </tr>
317
318
        </table>
318
319
    </div><br />
319
320
        <div class="top">[ <a href="#top">Top</a> ]</div>
320
321
  </div>
 
322
  <hr />
 
323
        <a name="methodsupportsForcePasswordChange"></a>
 
324
        <h3>method supportsForcePasswordChange <span class="smalllinenumber">[line 1957]</span></h3>
 
325
        <div class="function">
 
326
    <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
 
327
    <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
 
328
                <code>boolean supportsForcePasswordChange(
 
329
)</code>
 
330
    </td></tr></table>
 
331
    </td></tr></table><br />
 
332
        
 
333
                Specifies if this module supports to force that a user must change his password on next login.<br /><br /><br /><br />
 
334
<h4>Tags:</h4>
 
335
<div class="tags">
 
336
<table border="0" cellspacing="0" cellpadding="0">
 
337
  <tr>
 
338
    <td><b>return:</b>&nbsp;&nbsp;</td><td>force password change supported</td>
 
339
  </tr>
 
340
  <tr>
 
341
    <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td>
 
342
  </tr>
 
343
</table>
 
344
</div>
 
345
<br /><br />
 
346
 
 
347
        
 
348
        <div class="top">[ <a href="#top">Top</a> ]</div>
 
349
  </div>
321
350
</div><br />
322
351
 
323
352
 
324
353
        <div class="credit">
325
354
                    <hr />
326
 
                    Documentation generated on Tue, 22 Nov 2011 16:29:57 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
 
355
                    Documentation generated on Sun, 25 Mar 2012 19:35:48 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
327
356
              </div>
328
357
      </td></tr></table>
329
358
    </td>