D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
gems
/
1.8
/
doc
/
rack-1.6.1
/
ri
/
Rack
/
Auth
/
Digest
/
MD5
/
Filename :
cdesc-MD5.yaml
back
Copy
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: opaque rw: RW - !ruby/object:RI::Attribute comment: name: passwords_hashed rw: W class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: Rack::Auth::Digest::MD5 implements the MD5 algorithm version of HTTP Digest Authentication, as per RFC 2617. - !ruby/struct:SM::Flow::P body: Initialize with the [Rack] application that you want protecting, and a block that looks up a plaintext password for a given username. - !ruby/struct:SM::Flow::P body: <tt>opaque</tt> needs to be set to a constant base64/hexadecimal string. constants: - !ruby/object:RI::Constant comment: name: QOP value: "'auth'.freeze" full_name: Rack::Auth::Digest::MD5 includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: call - !ruby/object:RI::MethodSummary name: passwords_hashed? name: MD5 superclass: AbstractHandler