るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.013秒)
トップページ > クエリ:DigestAuth[x] > 種類:クラス[x]

別のキーワード

  1. digestauth qop
  2. digestauth new
  3. config digestauth
  4. digestauth algorithm
  5. digestauth challenge

ライブラリ

検索結果

WEBrick::HTTPAuth::DigestAuth (18019.0)

HTTP の Digest 認証のためのクラスです。

...k'
config = { :Realm => 'DigestAuth example realm' }

htdigest = WEBrick::HTTPAuth::Htdigest.new 'my_password_file'
htdigest.set_passwd config[:Realm], 'username', 'password'
htdigest.flush

config[:UserDB] = htdigest

digest_auth = WEBrick::HTTPAuth::DigestAuth.new config

サーブレ...
...しないようにしてください。デフォルトでは WEBrick はリクエストのたびにサー
ブレットのインスタンスを生成しますが、
WEBrick::HTTPAuth::DigestAuth のオブジェクトはリクエストをまたい
で利用しなければならないためです。...

WEBrick::HTTPAuth::ProxyDigestAuth (6001.0)

プロクシの Digest 認証のためのクラスです。

プロクシの Digest 認証のためのクラスです。