Class: Htpasswd (WEBrick::HTTPAuth)

Overview
Module Structure
Class Hierarchy
Instance Methods
Htpasswd#initialize / 1
Htpasswd#reload
Htpasswd#flush / 1
Htpasswd#get_passwd / 3
Htpasswd#set_passwd / 3
Htpasswd#delete_passwd / 2
Htpasswd#each
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   
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 )
  Htdigest ( WEBrick::HTTPAuth )
  Htgroup ( 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/htpasswd.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 )
Htgroup ( WEBrick::HTTPAuth )
Htpasswd ( 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   
CGI ( WEBrick )
Socket ( WEBrick::CGI )
Cookie ( WEBrick )
BasicLog ( WEBrick )

Instance Methods

Htpasswd#initialize / 1

#19 in webrick/httpauth/htpasswd.rb

initialize ( path )

Htpasswd#reload

#28 in webrick/httpauth/htpasswd.rb

reload

Htpasswd#flush / 1

#51 in webrick/httpauth/htpasswd.rb

flush ( output=nil )

Htpasswd#get_passwd / 3

#63 in webrick/httpauth/htpasswd.rb

get_passwd ( realm ,
  user ,
  reload_db )

Htpasswd#set_passwd / 3

#68 in webrick/httpauth/htpasswd.rb

set_passwd ( realm ,
  user ,
  pass )

Htpasswd#delete_passwd / 2

#72 in webrick/httpauth/htpasswd.rb

delete_passwd ( realm ,
  user )

Htpasswd#each

#76 in webrick/httpauth/htpasswd.rb

each