Cosminexus アプリケーションサーバ V8 リファレンス API編

[目次][索引][前へ][次へ]

8.23 WebLogoutHandlerクラス

説明
ログアウトするユーザからユーザIDを取得するJAAS Callback Handlerクラスの実装です。
WebLogoutHandlerクラスのパッケージ名は,com.cosminexus.admin.auth.callbackです。

形式
class WebLogoutHandler
{
  public WebLogoutHandler(HttpSession session , String userID) throws ParameterError;
  public void handle(Callback[] callbacks)
  throws java.io.IOException, UnsupportedCallbackException;
}

コンストラクタ・メソッド一覧
コンストラクタ・メソッド名 機能
WebLogoutHandlerコンストラクタ WebLogoutHandlerクラスのインスタンスを生成します。
handleメソッド ユーザIDを取得します。
<この節の構成>
WebLogoutHandlerコンストラクタ
handleメソッド