2.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メソッド