Module: WEBrick::HTTPAuth::Authenticator
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Included In: | |
| Defined in: | lib/webrick/httpauth/authenticator.rb | 
Overview
Module providing generic support for both Digest and Basic authentication schemes.
Constant Summary
- 
    AuthScheme =
    # File 'lib/webrick/httpauth/authenticator.rb', line 28Method of authentication, must be overridden by the including class nil
Instance Attribute Summary
Instance Attribute Details
#logger (readonly)
The logger for this authenticator
# File 'lib/webrick/httpauth/authenticator.rb', line 43
attr_reader :logger
#realm (readonly)
The realm this authenticator covers
# File 'lib/webrick/httpauth/authenticator.rb', line 33
attr_reader :realm
#userdb (readonly)
The user database for this authenticator
# File 'lib/webrick/httpauth/authenticator.rb', line 38
attr_reader :userdb