Class: Htdigest (WEBrick::HTTPAuth)

Overview
Module Structure
Class Hierarchy
Instance Methods
Htdigest#initialize / 1
Htdigest#reload
Htdigest#flush / 1
Htdigest#get_passwd / 3
Htdigest#set_passwd / 3
Htdigest#delete_passwd / 2
Htdigest#each
is a submodule of
module: HTTPAuth ( WEBrick )
has modular siblings
module: Authenticator   
module: ProxyAuthenticator   
class: BasicAuth   
class: ProxyBasicAuth   
class: DigestAuth   
class: ProxyDigestAuth   
class: Htgroup   
class: Htpasswd   
module: UserDB   
includes
  UserDB ( WEBrick::HTTPAuth )
inherits from
  Object ( Builtin-Module )
has class siblings
  Exception ( Builtin-Module )
  String ( Builtin-Module )
  SimpleServer ( WEBrick )
  Daemon ( WEBrick )
  GenericServer ( WEBrick )
  MountTable ( WEBrick::HTTPServer )
  AbstractServlet ( WEBrick::HTTPServlet )
  HTTPRequest ( WEBrick )
  HTTPResponse ( WEBrick )
  HTTPVersion ( WEBrick )
  BasicAuth ( WEBrick::HTTPAuth )
  DigestAuth ( WEBrick::HTTPAuth )
  Htgroup ( WEBrick::HTTPAuth )
  Htpasswd ( WEBrick::HTTPAuth )
  CGI ( WEBrick )
  Socket ( WEBrick::CGI )
  Cookie ( WEBrick )
  BasicLog ( WEBrick )
has properties
method: initialize / 1   
method: reload   
method: flush / 1   
method: get_passwd / 3   
method: set_passwd / 3   
method: delete_passwd / 2   
method: each   
is defined at
#16 in webrick/httpauth/htdigest.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Exception     
class: String     
  module: WEBrick
  class: SimpleServer
  class: Daemon
  class: GenericServer
  class: HTTPServer
class: MountTable     
  module: HTTPServlet
class: AbstractServlet     
  class: HTTPRequest
  class: HTTPResponse
  class: HTTPVersion
  module: HTTPAuth
module: Authenticator     
module: ProxyAuthenticator     
class: BasicAuth     
class: ProxyBasicAuth     
class: DigestAuth     
class: ProxyDigestAuth     
class: Htdigest     
class: Htgroup     
class: Htpasswd     
module: UserDB     
  class: CGI
class: Socket     
  class: Cookie
  class: BasicLog

Class Hierarchy

Object ( Builtin-Module )
Exception ( Builtin-Module )
String ( Builtin-Module )
SimpleServer ( WEBrick )
Daemon ( WEBrick )
GenericServer ( WEBrick )
MountTable ( WEBrick::HTTPServer )
AbstractServlet ( WEBrick::HTTPServlet )
HTTPRequest ( WEBrick )
HTTPResponse ( WEBrick )
HTTPVersion ( WEBrick )
BasicAuth ( WEBrick::HTTPAuth )
  ProxyBasicAuth     
DigestAuth ( WEBrick::HTTPAuth )
  ProxyDigestAuth     
Htdigest ( WEBrick::HTTPAuth )
includes
  UserDB ( WEBrick::HTTPAuth )
has properties
method: initialize / 1   
method: reload   
method: flush / 1   
method: get_passwd / 3   
method: set_passwd / 3   
method: delete_passwd / 2   
method: each   
Htgroup ( WEBrick::HTTPAuth )
Htpasswd ( WEBrick::HTTPAuth )
CGI ( WEBrick )
Socket ( WEBrick::CGI )
Cookie ( WEBrick )
BasicLog ( WEBrick )

Instance Methods

Htdigest#initialize / 1

#19 in webrick/httpauth/htdigest.rb

initialize ( path )

Htdigest#reload

#29 in webrick/httpauth/htdigest.rb

reload

Htdigest#flush / 1

#47 in webrick/httpauth/htdigest.rb

flush ( output=nil )

Htdigest#get_passwd / 3

#59 in webrick/httpauth/htdigest.rb

get_passwd ( realm ,
  user ,
  reload_db )

Htdigest#set_passwd / 3

#66 in webrick/httpauth/htdigest.rb

set_passwd ( realm ,
  user ,
  pass )

Htdigest#delete_passwd / 2

#75 in webrick/httpauth/htdigest.rb

delete_passwd ( realm ,
  user )

Htdigest#each

#81 in webrick/httpauth/htdigest.rb

each