Class: ProxyBasicAuth (WEBrick::HTTPAuth)

Overview
Module Structure
Class Hierarchy
is a submodule of
module: HTTPAuth ( WEBrick )
has modular siblings
module: Authenticator   
module: ProxyAuthenticator   
class: BasicAuth   
class: DigestAuth   
class: ProxyDigestAuth   
class: Htdigest   
class: Htgroup   
class: Htpasswd   
module: UserDB   
includes
  ProxyAuthenticator ( WEBrick::HTTPAuth )
inherits from
  BasicAuth ( WEBrick::HTTPAuth )
is defined at
#61 in webrick/httpauth/basicauth.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     

Class Hierarchy

Object ( Builtin-Module )
BasicAuth ( WEBrick::HTTPAuth )
includes
  Authenticator ( WEBrick::HTTPAuth )
has properties
constant: AuthScheme   
class method: make_passwd / 3   
attribute: realm [R]   
attribute: userdb [R]   
attribute: logger [R]   
method: initialize / 2   
method: authenticate / 2   
method: challenge / 2   
ProxyBasicAuth ( WEBrick::HTTPAuth )
DigestAuth ( WEBrick::HTTPAuth )
  ProxyDigestAuth     
Htdigest ( WEBrick::HTTPAuth )
Htgroup ( WEBrick::HTTPAuth )
Htpasswd ( WEBrick::HTTPAuth )