Class RequestAndJaloBasedSessionContext
- java.lang.Object
-
- de.hybris.platform.servicelayer.web.session.stale.impl.RequestAndJaloBasedSessionContext
-
- All Implemented Interfaces:
SessionContext
public class RequestAndJaloBasedSessionContext extends java.lang.Object implements SessionContext
-
-
Constructor Summary
Constructors Constructor Description RequestAndJaloBasedSessionContext(javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetSessionAttribute(java.lang.String attributeName)java.lang.StringgetSessionId()java.lang.StringgetSessionUserId()java.lang.StringgetSessionUserPassword()voidsetSessionAttribute(java.lang.String attributeName, java.lang.Object attributeValue)
-
-
-
Method Detail
-
getSessionId
public java.lang.String getSessionId()
- Specified by:
getSessionIdin interfaceSessionContext
-
getSessionUserId
public java.lang.String getSessionUserId()
- Specified by:
getSessionUserIdin interfaceSessionContext
-
getSessionUserPassword
public java.lang.String getSessionUserPassword()
- Specified by:
getSessionUserPasswordin interfaceSessionContext
-
getSessionAttribute
public java.lang.Object getSessionAttribute(java.lang.String attributeName)
- Specified by:
getSessionAttributein interfaceSessionContext
-
setSessionAttribute
public void setSessionAttribute(java.lang.String attributeName, java.lang.Object attributeValue)- Specified by:
setSessionAttributein interfaceSessionContext
-
-