public abstract class SessionUtils extends Object
| Constructor and Description |
|---|
SessionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static javax.servlet.http.HttpServletRequest |
getCurrentRequest() |
static javax.servlet.http.HttpSession |
getCurrentSession() |
static String |
getLoggedUserDomain() |
static String |
getLoggedUserName() |
static String |
getLoggedUserNameOrUnknown() |
static String |
getLoggedUserPassword()
Deprecated.
|
static Object |
getSessionAttribute(String name) |
public static javax.servlet.http.HttpServletRequest getCurrentRequest()
public static javax.servlet.http.HttpSession getCurrentSession()
public static String getLoggedUserNameOrUnknown()
public static String getLoggedUserName()
public static String getLoggedUserDomain()
@Deprecated public static String getLoggedUserPassword()
Copyright © 2023 Suncode. All rights reserved.