public class SessionUtil extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
static HashMap<String,ReconciliationService> |
mapReconcilationService |
static String |
RECONCILIATION_SERVICE |
static String |
TEST_SCOPE |
static String |
TEST_USER |
static String |
USERNAME_ATTRIBUTE |
Constructor and Description |
---|
SessionUtil() |
Modifier and Type | Method and Description |
---|---|
static org.gcube.application.framework.core.session.ASLSession |
getAslSession(javax.servlet.http.HttpSession httpSession) |
static CsvImportServer |
getCsvImportServer(org.gcube.application.framework.core.session.ASLSession session) |
static org.apache.log4j.Logger |
getLogger() |
static ReconciliationService |
getService(org.gcube.application.framework.core.session.ASLSession session) |
public static final String USERNAME_ATTRIBUTE
public static final String RECONCILIATION_SERVICE
public static final String TEST_SCOPE
public static final String TEST_USER
public static org.apache.log4j.Logger logger
public static HashMap<String,ReconciliationService> mapReconcilationService
public static org.gcube.application.framework.core.session.ASLSession getAslSession(javax.servlet.http.HttpSession httpSession)
public static ReconciliationService getService(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static CsvImportServer getCsvImportServer(org.gcube.application.framework.core.session.ASLSession session) throws Exception
Exception
public static org.apache.log4j.Logger getLogger()
Copyright © 2014. All Rights Reserved.