Cosminexus アプリケーションサーバ V8 リファレンス API編
class LoginUtil
{
public static boolean check(HttpServletRequest request,
HttpServletResponse response);
public static boolean check(HttpServletRequest request,
HttpServletResponse response,
String realmName);
}| メソッド名 | 機能 |
|---|---|
| checkメソッド(形式1) | セッション内でログインしているユーザの有無を調べます。 |
| checkメソッド(形式2) | セッション内でログインしているユーザの有無を調べます。特定のレルム内でログインしているユーザを調べるために使用します。 |
All Rights Reserved. Copyright (C) 2008, 2011, Hitachi, Ltd.