Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > webrick/httpauth/userdbライブラリ > WEBrick::HTTPAuth::UserDBモジュール
クラスの継承リスト: WEBrick::HTTPAuth::UserDB
WEBrick::HTTPAuth::BasicAuth, WEBrick::HTTPAuth::DigestAuth で使用しているモジュールです。
auth_type -> Class
[permalink][rdoc]WEBrick::HTTPAuth::BasicAuth, WEBrick::HTTPAuth::DigestAuth のいずれかを返します。
auth_type=(type)
[permalink][rdoc]認証のタイプをセットします。
get_passwd(realm, user, reload_db = false) -> String
[permalink][rdoc]与えられたレルムとユーザ名からパスワードのハッシュ値を取得して返します。
make_passwd(realm, user, pass) -> String
[permalink][rdoc]WEBrick::HTTPAuth::UserDB#auth_type の make_passwd を呼び出します。
[SEE_ALSO] WEBrick::HTTPAuth::BasicAuth#make_passwd, WEBrick::HTTPAuth::DigestAuth#make_passwd
set_passwd(realm, user, pass)
[permalink][rdoc]与えられた情報をもとに、パスワードをハッシュ化して保存します。