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::Unauthorized
AuthScheme =

must override by the derived class

nil

Instance Attribute Summary collapse

Instance Attribute Details

#loggerObject (readonly)

Returns the value of attribute logger



19
20
21
# File 'lib/webrick/httpauth/authenticator.rb', line 19

def logger
  @logger
end

#realmObject (readonly)

Returns the value of attribute realm



19
20
21
# File 'lib/webrick/httpauth/authenticator.rb', line 19

def realm
  @realm
end

#userdbObject (readonly)

Returns the value of attribute userdb



19
20
21
# File 'lib/webrick/httpauth/authenticator.rb', line 19

def userdb
  @userdb
end