Class: WEBrick::HTTPAuth::ProxyBasicAuth

Inherits:
BasicAuth
  • Object
show all
Includes:
ProxyAuthenticator
Defined in:
lib/webrick/httpauth/basicauth.rb

Overview

Basic authentication for proxy servers. See BasicAuth 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 BasicAuth

BasicAuth::AuthScheme

Constants included from Authenticator

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

Instance Attribute Summary

Attributes inherited from BasicAuth

#logger, #realm, #userdb

Attributes included from Authenticator

#logger, #realm, #userdb

Method Summary

Methods inherited from BasicAuth

#authenticate, #challenge, #initialize, make_passwd

Constructor Details

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