Package com.suncode.pwfl.web.util
Class SessionUtils
java.lang.Object
com.suncode.pwfl.web.util.SessionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.servlet.http.HttpServletRequest
static javax.servlet.http.HttpSession
static String
static String
static String
static String
Deprecated, for removal: This API element is subject to removal in a future version.static Object
getSessionAttribute
(String name)
-
Constructor Details
-
SessionUtils
public SessionUtils()
-
-
Method Details
-
getCurrentRequest
public static jakarta.servlet.http.HttpServletRequest getCurrentRequest() -
getCurrentSession
public static javax.servlet.http.HttpSession getCurrentSession() -
getSessionAttribute
-
getLoggedUserNameOrUnknown
-
getLoggedUserName
-
getLoggedUserDomain
-
getLoggedUserPassword
Deprecated, for removal: This API element is subject to removal in a future version.
-