public class PentahoHttpSession
extends org.pentaho.platform.engine.core.system.BaseSession
EMPTYLOGID, LOGID_MASK1, LOGID_MASK2, LOGID_SEPARATOR| Constructor and Description |
|---|
PentahoHttpSession(String userName,
javax.servlet.http.HttpSession session,
Locale locale,
org.pentaho.platform.api.engine.IPentahoSession userSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Object |
getAttribute(String attributeName) |
Iterator |
getAttributeNames() |
org.apache.commons.logging.Log |
getLogger() |
Object |
removeAttribute(String attributeName) |
void |
setAttribute(String attributeName,
Object value) |
void |
setAuthenticated(String name) |
getActionName, getBackgroundExecutionAlert, getId, getLocale, getName, getObjectName, getProcessId, isAuthenticated, resetBackgroundExecutionAlert, setActionName, setAuthenticated, setBackgroundExecutionAlert, setNotAuthenticated, setProcessIddebug, debug, error, error, fatal, fatal, genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, getLogId, info, info, setLoggingLevel, setLogId, trace, trace, warn, warnpublic org.apache.commons.logging.Log getLogger()
getLogger in class org.pentaho.platform.engine.core.system.PentahoBasepublic Iterator getAttributeNames()
public void setAuthenticated(String name)
setAuthenticated in interface org.pentaho.platform.api.engine.IPentahoSessionsetAuthenticated in class org.pentaho.platform.engine.core.system.BaseSessionpublic void destroy()
destroy in interface org.pentaho.platform.api.engine.IPentahoSessiondestroy in class org.pentaho.platform.engine.core.system.BaseSession