123456789_123456789_123456789_123456789_123456789_

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

Instance Attribute Summary

  • #logger readonly

    The logger for this authenticator.

  • #realm readonly

    The realm this authenticator covers.

  • #userdb readonly

    The user database for this authenticator.

Instance Attribute Details

#logger (readonly)

The logger for this authenticator

[ GitHub ]

  
# File 'lib/webrick/httpauth/authenticator.rb', line 42

attr_reader :logger

#realm (readonly)

The realm this authenticator covers

[ GitHub ]

  
# File 'lib/webrick/httpauth/authenticator.rb', line 32

attr_reader :realm

#userdb (readonly)

The user database for this authenticator

[ GitHub ]

  
# File 'lib/webrick/httpauth/authenticator.rb', line 37

attr_reader :userdb