Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • webrick/httpauth/authenticator.rb

WEBrick::HTTPAuth::Authenticator

Module providing generic support for both Digest and Basic authentication schemes.

Constants

AuthScheme

Method of authentication, must be overridden by the including class

Attributes

logger[R]

The logger for this authenticator

realm[R]

The realm this authenticator covers

userdb[R]

The user database for this authenticator