public class SessionUtil extends Object
| Constructor and Description |
|---|
SessionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static AccountingStateData |
getAccountingStateData(javax.servlet.http.HttpSession httpSession,
AccountingType accountingType) |
static Context |
getContext(ServiceCredentials serviceCredentials) |
static ServiceCredentials |
getServiceCredentials(javax.servlet.http.HttpServletRequest httpServletRequest) |
static ServiceCredentials |
getServiceCredentials(javax.servlet.http.HttpServletRequest httpServletRequest,
String scopeGroupId,
String currUserId) |
static void |
setAccountingStateData(javax.servlet.http.HttpSession httpSession,
AccountingType accountingType,
AccountingStateData accountingStateData) |
public static ServiceCredentials getServiceCredentials(javax.servlet.http.HttpServletRequest httpServletRequest) throws ServiceException
ServiceExceptionpublic static ServiceCredentials getServiceCredentials(javax.servlet.http.HttpServletRequest httpServletRequest, String scopeGroupId, String currUserId) throws ServiceException
ServiceExceptionpublic static void setAccountingStateData(javax.servlet.http.HttpSession httpSession,
AccountingType accountingType,
AccountingStateData accountingStateData)
public static AccountingStateData getAccountingStateData(javax.servlet.http.HttpSession httpSession, AccountingType accountingType)
public static Context getContext(ServiceCredentials serviceCredentials) throws ServiceException
ServiceExceptionCopyright © 2017. All Rights Reserved.