Module: UserDB (WEBrick::HTTPAuth)

Overview
Module Structure
Class Hierarchy
Instance Attributes
UserDB#auth_type [RW]
Instance Methods
UserDB#make_passwd / 3
UserDB#set_passwd / 3
UserDB#get_passwd / 3
is a submodule of
module: HTTPAuth ( WEBrick )
has modular siblings
module: Authenticator   
module: ProxyAuthenticator   
class: BasicAuth   
class: ProxyBasicAuth   
class: DigestAuth   
class: ProxyDigestAuth   
class: Htdigest   
class: Htgroup   
class: Htpasswd   
is included by
class: Htdigest ( WEBrick::HTTPAuth )
class: Htpasswd ( WEBrick::HTTPAuth )
has properties
attribute: auth_type [RW]   
method: make_passwd / 3   
method: set_passwd / 3   
method: get_passwd / 3   
is defined at
#12 in webrick/httpauth/userdb.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     

Instance Attributes

UserDB#auth_type [RW]

#13 in webrick/httpauth/userdb.rb

Instance Methods

UserDB#make_passwd / 3

#15 in webrick/httpauth/userdb.rb

make_passwd ( realm ,
  user ,
  pass )

UserDB#set_passwd / 3

#19 in webrick/httpauth/userdb.rb

set_passwd ( realm ,
  user ,
  pass )

UserDB#get_passwd / 3

#23 in webrick/httpauth/userdb.rb

get_passwd ( realm ,
  user ,
  reload_db=false )