File: Filesystem.html

package info (click to toggle)
libopenid-ruby 2.1.8debian-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,300 kB
  • ctags: 3,346
  • sloc: ruby: 17,403; xml: 219; sh: 78; python: 30; makefile: 15
file content (390 lines) | stat: -rw-r--r-- 12,014 bytes parent folder | download
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Class: OpenID::Store::Filesystem</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript">
  // <![CDATA[

  function popupCode( url ) {
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }

  function toggleCode( id ) {
    if ( document.getElementById )
      elem = document.getElementById( id );
    else if ( document.all )
      elem = eval( "document.all." + id );
    else
      return false;

    elemStyle = elem.style;
    
    if ( elemStyle.display != "block" ) {
      elemStyle.display = "block"
    } else {
      elemStyle.display = "none"
    }

    return true;
  }
  
  // Make codeblocks hidden by default
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  
  // ]]>
  </script>

</head>
<body>



    <div id="classHeader">
        <table class="header-table">
        <tr class="top-aligned-row">
          <td><strong>Class</strong></td>
          <td class="class-name-in-header">OpenID::Store::Filesystem</td>
        </tr>
        <tr class="top-aligned-row">
            <td><strong>In:</strong></td>
            <td>
                <a href="../../../files/lib/openid/store/filesystem_rb.html">
                lib/openid/store/filesystem.rb
                </a>
        <br />
            </td>
        </tr>

        <tr class="top-aligned-row">
            <td><strong>Parent:</strong></td>
            <td>
                <a href="Interface.html">
                Interface
               </a>
            </td>
        </tr>
        </table>
    </div>
  <!-- banner header -->

  <div id="bodyContent">



  <div id="contextContent">



   </div>

    <div id="method-list">
      <h3 class="section-bar">Methods</h3>

      <div class="name-list">
      <a href="#M000129">_get_association</a>&nbsp;&nbsp;
      <a href="#M000132">cleanup</a>&nbsp;&nbsp;
      <a href="#M000133">cleanup_associations</a>&nbsp;&nbsp;
      <a href="#M000134">cleanup_nonces</a>&nbsp;&nbsp;
      <a href="#M000139">ensure_dir</a>&nbsp;&nbsp;
      <a href="#M000136">filename_escape</a>&nbsp;&nbsp;
      <a href="#M000128">get_association</a>&nbsp;&nbsp;
      <a href="#M000126">get_association_filename</a>&nbsp;&nbsp;
      <a href="#M000135">mktemp</a>&nbsp;&nbsp;
      <a href="#M000125">new</a>&nbsp;&nbsp;
      <a href="#M000130">remove_association</a>&nbsp;&nbsp;
      <a href="#M000138">remove_if_present</a>&nbsp;&nbsp;
      <a href="#M000137">safe64</a>&nbsp;&nbsp;
      <a href="#M000127">store_association</a>&nbsp;&nbsp;
      <a href="#M000131">use_nonce</a>&nbsp;&nbsp;
      </div>
    </div>

  </div>


    <!-- if includes -->

    <div id="section">





      


    <!-- if method_list -->
    <div id="methods">
      <h3 class="section-bar">Public Class methods</h3>

      <div id="method-M000125" class="method-detail">
        <a name="M000125"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000125.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000125.html');return false;">
          <span class="method-name">new</span><span class="method-args">(directory)</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
Create a <a href="Filesystem.html">Filesystem</a> store instance, putting
all data in <tt>directory</tt>.
</p>
        </div>
      </div>

      <h3 class="section-bar">Public Instance methods</h3>

      <div id="method-M000129" class="method-detail">
        <a name="M000129"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000129.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000129.html');return false;">
          <span class="method-name">_get_association</span><span class="method-args">(filename)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000132" class="method-detail">
        <a name="M000132"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000132.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000132.html');return false;">
          <span class="method-name">cleanup</span><span class="method-args">()</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
Remove expired entries from the database. This is potentially expensive, so
only run when it is acceptable to take time.
</p>
        </div>
      </div>

      <div id="method-M000133" class="method-detail">
        <a name="M000133"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000133.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000133.html');return false;">
          <span class="method-name">cleanup_associations</span><span class="method-args">()</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000134" class="method-detail">
        <a name="M000134"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000134.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000134.html');return false;">
          <span class="method-name">cleanup_nonces</span><span class="method-args">()</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>

      <div id="method-M000128" class="method-detail">
        <a name="M000128"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000128.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000128.html');return false;">
          <span class="method-name">get_association</span><span class="method-args">(server_url, handle=nil)</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
Retrieve an association
</p>
        </div>
      </div>

      <div id="method-M000126" class="method-detail">
        <a name="M000126"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000126.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000126.html');return false;">
          <span class="method-name">get_association_filename</span><span class="method-args">(server_url, handle)</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
Create a unique filename for a given server url and handle. The filename
that is returned will contain the domain name from the server URL for ease
of human inspection of the data dir.
</p>
        </div>
      </div>

      <div id="method-M000130" class="method-detail">
        <a name="M000130"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000130.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000130.html');return false;">
          <span class="method-name">remove_association</span><span class="method-args">(server_url, handle)</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
Remove an association if it exists, otherwise do nothing.
</p>
        </div>
      </div>

      <div id="method-M000127" class="method-detail">
        <a name="M000127"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000127.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000127.html');return false;">
          <span class="method-name">store_association</span><span class="method-args">(server_url, association)</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
<a href="../Store.html">Store</a> an association in the assoc directory
</p>
        </div>
      </div>

      <div id="method-M000131" class="method-detail">
        <a name="M000131"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000131.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000131.html');return false;">
          <span class="method-name">use_nonce</span><span class="method-args">(server_url, timestamp, salt)</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
Return whether the nonce is valid
</p>
        </div>
      </div>

      <h3 class="section-bar">Protected Instance methods</h3>

      <div id="method-M000139" class="method-detail">
        <a name="M000139"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000139.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000139.html');return false;">
          <span class="method-name">ensure_dir</span><span class="method-args">(dir_name)</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
ensure that a path exists
</p>
        </div>
      </div>

      <div id="method-M000136" class="method-detail">
        <a name="M000136"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000136.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000136.html');return false;">
          <span class="method-name">filename_escape</span><span class="method-args">(s)</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
create a safe filename from a url
</p>
        </div>
      </div>

      <div id="method-M000135" class="method-detail">
        <a name="M000135"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000135.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000135.html');return false;">
          <span class="method-name">mktemp</span><span class="method-args">()</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
Create a temporary file and return the File object and filename.
</p>
        </div>
      </div>

      <div id="method-M000138" class="method-detail">
        <a name="M000138"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000138.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000138.html');return false;">
          <span class="method-name">remove_if_present</span><span class="method-args">(filename)</span>
          </a>
        </div>
      
        <div class="method-description">
          <p>
remove file if present in filesystem
</p>
        </div>
      </div>

      <div id="method-M000137" class="method-detail">
        <a name="M000137"></a>

        <div class="method-heading">
          <a href="Filesystem.src/M000137.html" target="Code" class="method-signature"
            onclick="popupCode('Filesystem.src/M000137.html');return false;">
          <span class="method-name">safe64</span><span class="method-args">(s)</span>
          </a>
        </div>
      
        <div class="method-description">
        </div>
      </div>


    </div>


  </div>


<div id="validator-badges">
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>

</body>
</html>