るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.113秒)

別のキーワード

  1. basicauth new
  2. basicauth userdb
  3. basicauth logger
  4. basicauth challenge

検索結果

WEBrick::HTTPAuth::BasicAuth#realm -> String (63355.0)

realm を文字列で返します。

realm を文字列で返します。

WEBrick::HTTPAuth::UserDB#make_passwd(realm, user, pass) -> String (343.0)

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

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

@param realm レルムを指定します。

@param user ユーザ名を指定します。

@param pass パスワードを指定します。

@see WEBrick::HTTPAuth::BasicAuth#make_passwd, WEBrick::HTTPAuth::DigestAuth#make_passwd