Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > webrick/httpauth/authenticatorライブラリ > WEBrick::HTTPAuth::Authenticatorモジュール

module WEBrick::HTTPAuth::Authenticator

クラスの継承リスト: WEBrick::HTTPAuth::Authenticator

要約

目次

インスタンスメソッド
logger realm userdb
定数
AuthException AuthScheme RequestField ResponseField ResponseInfoField

インスタンスメソッド

logger -> object[permalink][rdoc]

ロガーオブジェクトを返します。

realm -> String[permalink][rdoc]

レルムを返します。

userdb -> WEBrick::HTTPAuth::Htpasswd | WEBrick::HTTPAuth::Htdigest[permalink][rdoc]

認証のためのユーザデータベースを返します。

[SEE_ALSO] WEBrick::HTTPAuth::BasicAuth, WEBrick::HTTPAuth::Htdigest

定数

AuthException -> Class[permalink][rdoc]

認証失敗時に発生する例外のクラスです。

AuthScheme -> nil[permalink][rdoc]

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

RequestField -> String[permalink][rdoc]

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

ResponseField -> String[permalink][rdoc]

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

ResponseInfoField -> String[permalink][rdoc]

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