るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.069秒)
トップページ > バージョン:2.3.0[x] > クエリ:l[x] > クエリ:auth_type[x] > ライブラリ:webrick/httpauth/userdb[x]

別のキーワード

  1. pop auth_only
  2. pop3 auth_only
  3. net/pop auth_only
  4. cgi auth_type
  5. userdb auth_type

モジュール

検索結果

WEBrick::HTTPAuth::UserDB#auth_type -> Class (54610.0)

WEBrick::HTTPAuth::BasicAuth, WEBrick::HTTPAuth::DigestAuth のいずれかを返します。

WEBrick::HTTPAuth::BasicAuth, WEBrick::HTTPAuth::DigestAuth のいずれかを返します。

WEBrick::HTTPAuth::UserDB#make_passwd(realm, user, pass) -> String (355.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