Class: WEBrick::HTTPAuth::ProxyDigestAuth

Inherits:
DigestAuth
  • Object
show all
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

DigestAuth::AuthScheme

Constants included from Authenticator

Authenticator::AuthException, Authenticator::AuthScheme, Authenticator::RequestField, Authenticator::ResponseField, Authenticator::ResponseInfoField

Instance Attribute Summary

Attributes inherited from DigestAuth

#algorithm, #qop

Attributes included from Authenticator

#logger, #realm, #userdb

Method Summary

Methods inherited from DigestAuth

#authenticate, #challenge, #initialize, make_passwd

Constructor Details

This class inherits a constructor from WEBrick::HTTPAuth::DigestAuth