るりまサーチ

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

別のキーワード

  1. userdb auth_type
  2. userdb auth_type=
  3. userdb get_passwd
  4. userdb set_passwd
  5. userdb make_passwd

モジュール

キーワード

検索結果

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

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

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

WEBrick::HTTPAuth::UserDB#auth_type=(type) (12102.0)

認証のタイプをセットします。

...認証のタイプをセットします。

@param type WEBrick::HTTPAuth::BasicAuth, WEBrick::HTTPAuth::DigestAuth のいずれかを指定します。...

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