public class SessionUtil extends Object
| Constructor and Description |
|---|
SessionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static NetCDFData |
getNetCDFData(NetCDFId netCDFId,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials) |
static ServiceCredentials |
getServiceCredentials(javax.servlet.http.HttpServletRequest httpServletRequest) |
static ServiceCredentials |
getServiceCredentials(javax.servlet.http.HttpServletRequest httpServletRequest,
String scopeGroupId) |
static void |
removeNetCDFData(NetCDFId netCDFId,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials) |
static void |
setNetCDFData(NetCDFData netCDFData,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials) |
public static ServiceCredentials getServiceCredentials(javax.servlet.http.HttpServletRequest httpServletRequest) throws ServiceException
httpServletRequest - http servlet requestServiceException - service exceptionpublic static ServiceCredentials getServiceCredentials(javax.servlet.http.HttpServletRequest httpServletRequest, String scopeGroupId) throws ServiceException
httpServletRequest - http servlet requestscopeGroupId - scope group idServiceException - service exceptionpublic static void setNetCDFData(NetCDFData netCDFData, javax.servlet.http.HttpServletRequest httpRequest, ServiceCredentials serviceCredentials) throws ServiceException
ServiceExceptionpublic static NetCDFData getNetCDFData(NetCDFId netCDFId, javax.servlet.http.HttpServletRequest httpRequest, ServiceCredentials serviceCredentials) throws ServiceException
ServiceExceptionpublic static void removeNetCDFData(NetCDFId netCDFId, javax.servlet.http.HttpServletRequest httpRequest, ServiceCredentials serviceCredentials) throws ServiceException
ServiceExceptionCopyright © 2018. All Rights Reserved.