instance method WEBrick::HTTPAuth::UserDB#make_passwd

make_passwd(realm, user, pass) -> String[permalink][rdoc][edit]

WEBrick::HTTPAuth::UserDB#auth_type の make_passwd を呼び出します。

[PARAM] realm:
レルムを指定します。
[PARAM] user:
ユーザ名を指定します。
[PARAM] pass:
パスワードを指定します。

[SEE_ALSO] WEBrick::HTTPAuth::BasicAuth#make_passwd, WEBrick::HTTPAuth::DigestAuth#make_passwd