Module: ProxyAuthenticator (WEBrick::HTTPAuth)

Overview
Module Structure
Class Hierarchy
Constants
ProxyAuthenticator::RequestField
ProxyAuthenticator::ResponseField
ProxyAuthenticator::InfoField
ProxyAuthenticator::AuthException
is a submodule of
module: HTTPAuth ( WEBrick )
has modular siblings
module: Authenticator   
class: BasicAuth   
class: ProxyBasicAuth   
class: DigestAuth   
class: ProxyDigestAuth   
class: Htdigest   
class: Htgroup   
class: Htpasswd   
module: UserDB   
is included by
class: ProxyBasicAuth ( WEBrick::HTTPAuth )
class: ProxyDigestAuth ( WEBrick::HTTPAuth )
has properties
constant: RequestField   
constant: ResponseField   
constant: InfoField   
constant: AuthException   
is defined at
#72 in webrick/httpauth/authenticator.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: WEBrick
  module: HTTPAuth
module: Authenticator     
module: ProxyAuthenticator     
class: BasicAuth     
class: ProxyBasicAuth     
class: DigestAuth     
class: ProxyDigestAuth     
class: Htdigest     
class: Htgroup     
class: Htpasswd     
module: UserDB     

Constants

ProxyAuthenticator::RequestField

#73 in webrick/httpauth/authenticator.rb

RequestField = "Proxy-Authorization"   

ProxyAuthenticator::ResponseField

#74 in webrick/httpauth/authenticator.rb

ResponseField = "Proxy-Authenticate"   

ProxyAuthenticator::InfoField

#75 in webrick/httpauth/authenticator.rb

InfoField = "Proxy-Authentication-Info"   

ProxyAuthenticator::AuthException

#76 in webrick/httpauth/authenticator.rb

AuthException = HTTPStatus::ProxyAuthenticationRequired