Class: WEBrick::HTTPAuth::ProxyDigestAuth
- Inherits:
-
DigestAuth
- Object
- DigestAuth
- WEBrick::HTTPAuth::ProxyDigestAuth
- Includes:
- ProxyAuthenticator
- Defined in:
- lib/webrick/httpauth/digestauth.rb
Constant Summary
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
DigestAuth::AuthScheme, DigestAuth::MustParams, DigestAuth::MustParamsAuth
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
- (Object) check_uri(req, auth_req)
339 340 341 |
# File 'lib/webrick/httpauth/digestauth.rb', line 339 def check_uri(req, auth_req) return true end |