るりまサーチ

最速Rubyリファレンスマニュアル検索!
204件ヒット [101-200件を表示] (0.028秒)
トップページ > クエリ:Authenticator[x]

別のキーワード

  1. webrick/httpauth/authenticator requestfield
  2. webrick/httpauth/authenticator responsefield
  3. webrick/httpauth/authenticator authexception
  4. authenticator realm
  5. authenticator logger

検索結果

<< < 1 2 3 > >>

WEBrick::HTTPAuth::Authenticator::AuthScheme -> nil (3000.0)

認証方法を表わします。派生クラスで上書きしなければなりません。

認証方法を表わします。派生クラスで上書きしなければなりません。

WEBrick::HTTPAuth::Authenticator::RequestField -> String (3000.0)

リクエストフィールドのキーの名前です。

リクエストフィールドのキーの名前です。

WEBrick::HTTPAuth::Authenticator::ResponseField -> String (3000.0)

レスポンスフィールドのキーの名前です。

レスポンスフィールドのキーの名前です。

WEBrick::HTTPAuth::Authenticator::ResponseInfoField -> String (3000.0)

レスポンスインフォフィールドのキーの名前です。

レスポンスインフォフィールドのキーの名前です。

WEBrick::HTTPAuth::ProxyAuthenticator::AuthException -> Class (3000.0)

WEBrick::HTTPStatus::ProxyAuthenticationRequired です。

WEBrick::HTTPStatus::ProxyAuthenticationRequired です。

絞り込み条件を変える

WEBrick::HTTPAuth::ProxyAuthenticator::InfoField -> "Proxy-Authentication-Info" (3000.0)

キーの名前です。

キーの名前です。

WEBrick::HTTPAuth::ProxyAuthenticator::RequestField -> "Proxy-Authorization" (3000.0)

リクエストフィールドのキーの名前です。

リクエストフィールドのキーの名前です。

WEBrick::HTTPAuth::ProxyAuthenticator::ResponseField -> "Proxy-Authenticate" (3000.0)

レスポンスフィールドのキーの名前です。

レスポンスフィールドのキーの名前です。

WEBrick::HTTPAuth::BasicAuth (12.0)

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

...w('dot.htpasswd')
htpd.set_passwd(nil, 'username', 'supersecretpass')

authenticator
= WEBrick::HTTPAuth::BasicAuth.new(:UserDB => htpd, :Realm => realm)
srv.mount_proc('/basic_auth') {|req, res|
authenticator
.authenticate(req, res)
res.body = "hoge"
}
srv.start # htt...
<< < 1 2 3 > >>