Class: WEBrick::HTTPAuth::ProxyDigestAuth
- Inherits:
-
DigestAuth
- Object
- DigestAuth
- WEBrick::HTTPAuth::ProxyDigestAuth
- Includes:
- ProxyAuthenticator
- Defined in:
- lib/webrick/httpauth/digestauth.rb
Overview
Digest authentication for proxy servers. See DigestAuth for details.
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
Method Summary
Methods inherited from DigestAuth
#authenticate, #challenge, #initialize, make_passwd
Constructor Details
This class inherits a constructor from WEBrick::HTTPAuth::DigestAuth