aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.3/packages/addon-kit/docs/passwords.md
blob: 6a4b246fc3f14c6625492a8a68656c56ed6c039f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
<!-- contributed by Irakli Gozalishvili [gozala@mozilla.com]  -->

The `passwords` module allows add-ons to interact with Firefox's
[Password Manager](http://support.mozilla.com/en-US/kb/Remembering%20passwords)
to add, retrieve and remove stored credentials.

A _credential_ is the set of information a user supplies to authenticate
herself with a service. Typically a credential consists of a username and a
password.

Using this module you can:

1. **Search** for credentials which have been stored in the Password Manager.
   You can then use the credentials to access their related service (for
   example, by logging into a web site).

2. **Store** credentials in the Password Manager. You can store different sorts
   of credentials, as outlined in the "Credentials" section below.

3. **Remove** stored credentials from the Password Manager.

## Credentials ##

In this API, credentials are represented by objects.

You create credential objects to pass into the API, and the API also returns
credential objects to you.  The sections below explain both the properties you
should define on credential objects and the properties you can expect on
credential objects returned by the API.

All credential objects include `username` and `password` properties. Different
sorts of stored credentials include various additional properties, as
outlined in this section.

You can use the Passwords API with three sorts of credentials:

* Add-on credentials
* HTML form credentials
* HTTP Authentication credentials

### Add-on Credential ###

These are associated with your add-on rather than a particular web site.
They contain the following properties:

<table>
<colgroup>
<col width="25%">
</colgroup>
<tr>
  <td>
    <code>username</code>
  </td>
  <td>
    The username.
  </td>
</tr>

<tr>
  <td>
    <code>password</code>
  </td>
  <td>
    The password.
  </td>
</tr>

<tr>
  <td>
    <code>url</code>
  </td>
  <td>
    <p>For an add-on credential, this property is of the form:<br><code>
    addon:&lt;addon-id&gt;</code>, where <code>&lt;addon-id&gt;</code>
    is the add-on's
    <a href="dev-guide/addon-development/program-id.html">
    Program ID</a>.</p>
    <p>You don't supply this value when storing an add-on credential: it is
    automatically generated for you. However, you can use it to work out
    which stored credentials belong to your add-on by comparing it with the
    <code>uri</code> property of the
    <a href="packages/addon-kit/docs/self.html"><code>self</code></a>
    module.</p>
  </td>
</tr>

<tr>
  <td>
    <code>realm</code>
  </td>
  <td>
    <p>You can use this as a name for the credential, to distinguish
    it from any other credentials you've stored.</p>
    <p>The realm is displayed
    in Firefox's Password Manager, under "Site", in brackets after the URL.
    For example, if the realm for a credential is "User Registration", then
    its "Site" field will look something like:</p>
    <code>addon:jid0-01mBBFyu0ZAXCFuB1JYKooSTKIc (User Registration)</code>
  </td>
</tr>

</table>

### HTML Form Credential ###

If a web service uses HTML forms to authenticate its users, then the
corresponding credential is an HTML Form credential.

It contains the following properties:

<table>
<colgroup>
<col width="25%">
</colgroup>
<tr>
  <td>
    <code>username</code>
  </td>
  <td>
    The username.
  </td>
</tr>

<tr>
  <td>
    <code>password</code>
  </td>
  <td>
    The password.
  </td>
</tr>

<tr>
  <td>
    <code>url</code>
  </td>
  <td>
    The URL for the web service which requires the credential.
    You should omit anything after the hostname and (optional) port.
  </td>
</tr>

<tr>
  <td>
    <code>formSubmitURL</code>
  </td>
  <td>
    The value of the form's "action" attribute.
    You should omit anything after the hostname and (optional) port.
    If the form doesn't contain an "action" attribute, this property should
    match the <code>url</code> property.
  </td>
</tr>

<tr>
  <td>
    <code>usernameField</code>
  </td>
  <td>
    The value of the "name" attribute for the form's username field.
  </td>
</tr>

<tr>
  <td>
    <code>passwordField</code>
  </td>
  <td>
    The value of the "name" attribute for the form's password field.
  </td>
</tr>

</table>

So: given a form at `http://www.example.com/login`
with the following HTML:

<script type="syntaxhighlighter" class="brush: html"><![CDATA[
<form action="http://login.example.com/foo/authenticate.cgi">
      <div>Please log in.</div>
      <label>Username:</label> <input type="text" name="uname">
      <label>Password:</label> <input type="password" name="pword">
</form>
]]>
</script>

The corresponding values for the credential (excluding username and password)
should be:

<pre>
  url: "http://www.example.com"
  formSubmitURL: "http://login.example.com"
  usernameField: "uname"
  passwordField: "pword"
</pre>

Note that for both `url` and `formSubmitURL`, the portion of the URL after the
hostname is omitted.

### HTTP Authentication Credential ###

These are used to authenticate the user to a web site
which uses HTTP Authentication, as detailed in
[RFC 2617](http://tools.ietf.org/html/rfc2617).
They contain the following properties:

<table>
<colgroup>
<col width="25%">
</colgroup>
<tr>
  <td>
    <code>username</code>
  </td>
  <td>
    The username.
  </td>
</tr>

<tr>
  <td>
    <code>password</code>
  </td>
  <td>
    The password.
  </td>
</tr>

<tr>
  <td>
    <code>url</code>
  </td>
  <td>
    The URL for the web service which requires the credential.
    You should omit anything after the hostname and (optional) port.
  </td>
</tr>

<tr>
  <td>
    <code>realm</code>
  </td>
  <td>
    <p>The WWW-Authenticate response header sent by the server may include a
    "realm" field as detailed in
    <a href="http://tools.ietf.org/html/rfc2617">RFC 2617</a>. If it does,
    this property contains the value for the "realm" field. Otherwise, it is
    omitted.</p>
    <p>The realm is displayed in Firefox's Password Manager, under "Site",
    in brackets after the URL.</p>
  </td>
</tr>

</table>

So: if a web server at `http://www.example.com` requested authentication with
a response code like this:

<pre>
  HTTP/1.0 401 Authorization Required
  Server: Apache/1.3.27
  WWW-Authenticate: Basic realm="ExampleCo Login"
</pre>

The corresponding values for the credential  (excluding username and password)
should be:

<pre>
  url: "http://www.example.com"
  realm: "ExampleCo Login"
</pre>

## onComplete and onError ##

This API is explicitly asynchronous, so all its functions take two callback
functions as additional options: `onComplete` and `onError`.

`onComplete` is called when the operation has completed successfully and
`onError` is called when the function encounters an error.

Because the `search` function is expected to return a list of matching
credentials, its `onComplete` option is mandatory. Because the other functions
don't return a value in case of success their `onComplete` options are
optional.

For all functions, `onError` is optional.

<api name="search">
@function

This function is used to retrieve a credential, or a list of credentials,
stored in the Password Manager.

You pass it any subset of the possible properties a credential can contain.
Credentials which match all the properties you supplied are returned as an
argument to the `onComplete` callback.

So if you pass in an empty set of properties, all stored credentials are
returned:

    function show_all_passwords() {
      require("passwords").search({
        onComplete: function onComplete(credentials) {
          credentials.forEach(function(credential) {
            console.log(credential.username);
            console.log(credential.password);
            });
          }
        });
      }

If you pass it a single property, only credentials matching that property are
returned:

    function show_passwords_for_joe() {
      require("passwords").search({
        username: "joe",
        onComplete: function onComplete(credentials) {
          credentials.forEach(function(credential) {
            console.log(credential.username);
            console.log(credential.password);
            });
          }
        });
      }

If you pass more than one property, returned credentials must match all of
them:

    function show_google_password_for_joe() {
      require("passwords").search({
        username: "joe",
        url: "https://www.google.com",
        onComplete: function onComplete(credentials) {
          credentials.forEach(function(credential) {
            console.log(credential.username);
            console.log(credential.password);
            });
          }
        });
      }

To retrieve only credentials associated with your add-on, use the `url`
property, initialized from `self.uri`:

    function show_my_addon_passwords() {
      require("passwords").search({
        url: require("self").uri,
        onComplete: function onComplete(credentials) {
          credentials.forEach(function(credential) {
            console.log(credential.username);
            console.log(credential.password);
            });
          }
        });
      }

@param options {object}
The `options` object may contain any credential properties. It is used to
restrict the set of credentials returned by the `search` function.

See "Credentials" above for details on what these properties should be.

Additionally, `options` must contain a function assigned to its `onComplete`
property: this is called when the function completes and is passed the set of
credentials retrieved.

`options` may contain a function assigned to its `onError` property, which is
called if the function encounters an error. `onError` is passed the error as an
[nsIException](https://developer.mozilla.org/en/nsIException) object.

@prop [username] {string}
The username for the credential.

@prop [password] {string}
The password for the credential.

@prop [url] {string}
The URL associated with the credential.

@prop [formSubmitURL] {string}
The URL an HTML form credential is submitted to.

@prop [realm] {string}
For HTTP Authentication credentials, the realm for which the credential was
requested. For add-on credentials, a name for the credential.

@prop [usernameField] {string}
The value of the `name` attribute for the user name input field in a form.

@prop [passwordField] {string}
The value of the `name` attribute for the password input field in a form.

@prop  onComplete {function}
The callback function that is called once the function completes successfully.
It is passed all the matching credentials as a list. This is the only
mandatory option.

@prop [onError] {function}
The callback function that is called if the function failed. The
callback is passed an `error` containing a reason of a failure: this is an
[nsIException](https://developer.mozilla.org/en/nsIException) object.

</api>

<api name="store">
@function

This function is used to store a credential in the Password Manager.

It takes an `options` object as an argument: this contains all the properties
for the new credential.

As different sorts of credentials contain different properties, the
appropriate options differ depending on the sort of credential being stored.

To store an add-on credential:

    require("passwords").store({
      realm: "User Registration",
      username: "joe",
      password: "SeCrEt123",
    });

To store an HTML form credential:

    require("passwords").store({
      url: "http://www.example.com",
      formSubmitURL: "http://login.example.com",
      username: "joe",
      usernameField: "uname",
      password: "SeCrEt123",
      passwordField: "pword"
    });

To store an HTTP Authentication credential:

    require("passwords").store({
      url: "http://www.example.com",
      realm: "ExampleCo Login",
      username: "joe",
      password: "SeCrEt123",
    });

See "Credentials" above for more details on how to set these properties.

The options parameter may also include `onComplete` and `onError`
callback functions, which are called when the function has completed
successfully and when it encounters an error, respectively. These options
are both optional.

@param options {object}
An object containing the properties of the credential to be stored, and
optional `onComplete` and `onError` callback functions.

@prop username {string}
The username for the credential.

@prop password {string}
The password for the credential.

@prop [url] {string}
The URL to which the credential applies. Omitted for add-on
credentials.

@prop [formSubmitURL] {string}
The URL a form-based credential was submitted to. Omitted for add-on
credentials and HTTP Authentication credentials.

@prop [realm] {string}
For HTTP Authentication credentials, the realm for which the credential was
requested. For add-on credentials, a name for the credential.

@prop [usernameField] {string}
The value of the `name` attribute for the username input in a form.
Omitted for add-on credentials and HTTP Authentication credentials.

@prop [passwordField] {string}
The value of the `name` attribute for the password input in a form.
Omitted for add-on credentials and HTTP Authentication credentials.

@prop  [onComplete] {function}
The callback function that is called once the function completes successfully.

@prop [onError] {function}
The callback function that is called if the function failed. The
callback is passed an `error` argument: this is an
[nsIException](https://developer.mozilla.org/en/nsIException) object.

</api>

<api name="remove">
@function

Removes a stored credential. You supply it all the properties of the credential
to remove, along with optional `onComplete` and `onError` callbacks.

Because you must supply all the credential's properties, it may be convenient
to call `search` first, and use its output as the input to `remove`. For
example, to remove all of joe's stored credentials:

    require("passwords").search({
      username: "joe",
      onComplete: function onComplete(credentials) {
        credentials.forEach(require("passwords").remove);
      })
    });

To change an existing credential just call `store` after `remove` succeeds:

    require("passwords").remove({
      realm: "User Registration",
      username: "joe",
      password: "SeCrEt123"
      onComplete: function onComplete() {
        require("passwords").store({
          realm: "User Registration",
          username: "joe",
          password: "{{new password}}"
        })
      }
    });

@param options {object}

An object containing all the properties of the credential to be removed,
and optional `onComplete` and `onError` callback functions.

@prop username {string}
The username for the credential.

@prop password {string}
The password for the credential.

@prop [url] {string}
The URL to which the credential applies. Omitted for add-on
credentials.

@prop [formSubmitURL] {string}
The URL a form-based credential was submitted to. Omitted for add-on
credentials and HTTP Authentication credentials.

@prop [realm] {string}
For HTTP Authentication credentials, the realm for which the credential was
requested. For add-on credentials, a name for the credential.

@prop [usernameField] {string}
The value of the `name` attribute for the username input in a form.
Omitted for add-on credentials and HTTP Authentication credentials.

@prop [passwordField] {string}
The value of the `name` attribute for the password input in a form.
Omitted for add-on credentials and HTTP Authentication credentials.

@prop  [onComplete] {function}
The callback function that is called once the function has completed
successfully.

@prop [onError] {function}
The callback function that is called if the function failed. The
callback is passed an `error` argument: this is an
[nsIException](https://developer.mozilla.org/en/nsIException) object.

</api>