Class: WEBrick::HTTPAuth::ProxyDigestAuth
- Inherits:
-
DigestAuth
- Object
- DigestAuth
- WEBrick::HTTPAuth::ProxyDigestAuth
- Includes:
- ProxyAuthenticator
- Defined in:
- lib/webrick/httpauth/digestauth.rb
Constant Summary
Constants included from ProxyAuthenticator
WEBrick::HTTPAuth::ProxyAuthenticator::AuthException, WEBrick::HTTPAuth::ProxyAuthenticator::InfoField, WEBrick::HTTPAuth::ProxyAuthenticator::RequestField, WEBrick::HTTPAuth::ProxyAuthenticator::ResponseField
Constants inherited from DigestAuth
Constants included from Authenticator
Authenticator::AuthException, Authenticator::AuthScheme, Authenticator::RequestField, Authenticator::ResponseField, Authenticator::ResponseInfoField
Instance Attribute Summary
Attributes inherited from DigestAuth
Attributes included from Authenticator
Instance Method Summary collapse
Methods inherited from DigestAuth
#authenticate, #challenge, #initialize, make_passwd
Constructor Details
This class inherits a constructor from WEBrick::HTTPAuth::DigestAuth
Instance Method Details
#check_uri(req, auth_req) ⇒ Object
338 339 340 |
# File 'lib/webrick/httpauth/digestauth.rb', line 338 def check_uri(req, auth_req) return true end |