Module: WEBrick::HTTPAuth::Authenticator
- Included in:
- BasicAuth, DigestAuth
- Defined in:
- lib/webrick/httpauth/authenticator.rb
Constant Summary collapse
- RequestField =
"Authorization"- ResponseField =
"WWW-Authenticate"- ResponseInfoField =
"Authentication-Info"- AuthException =
HTTPStatus::
- AuthScheme =
must override by the derived class
nil
Instance Attribute Summary collapse
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#realm ⇒ Object
readonly
Returns the value of attribute realm.
-
#userdb ⇒ Object
readonly
Returns the value of attribute userdb.
Instance Attribute Details
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
19 20 21 |
# File 'lib/webrick/httpauth/authenticator.rb', line 19 def logger @logger end |
#realm ⇒ Object (readonly)
Returns the value of attribute realm.
19 20 21 |
# File 'lib/webrick/httpauth/authenticator.rb', line 19 def realm @realm end |
#userdb ⇒ Object (readonly)
Returns the value of attribute userdb.
19 20 21 |
# File 'lib/webrick/httpauth/authenticator.rb', line 19 def userdb @userdb end |