uCosminexus Application Server, Security Management Guide
class LoginUtil
{
public static boolean check(HttpServletRequest request,
HttpServletResponse response);
public static boolean check(HttpServletRequest request,
HttpServletResponse response,
String realmName);
}| Method name | Functionality |
|---|---|
| check method (syntax 1) | Checks for a user who has logged into a session. |
| check method (syntax 2) | Checks for a user who has logged into a session. Available for checking for a user who has logged into a particular realm. |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd