Class RequestAndJaloBasedSessionContext
java.lang.Object
de.hybris.platform.servicelayer.web.session.stale.impl.RequestAndJaloBasedSessionContext
- All Implemented Interfaces:
SessionContext
-
Constructor Summary
ConstructorsConstructorDescriptionRequestAndJaloBasedSessionContext(javax.servlet.http.HttpServletRequest request) -
Method Summary
Modifier and TypeMethodDescriptiongetSessionAttribute(String attributeName) booleanvoidsetSessionAttribute(String attributeName, Object attributeValue)
-
Constructor Details
-
RequestAndJaloBasedSessionContext
public RequestAndJaloBasedSessionContext(javax.servlet.http.HttpServletRequest request)
-
-
Method Details
-
getSessionId
- Specified by:
getSessionIdin interfaceSessionContext
-
getSessionUserId
- Specified by:
getSessionUserIdin interfaceSessionContext
-
getSessionUserPassword
- Specified by:
getSessionUserPasswordin interfaceSessionContext
-
getSessionUserToken
- Specified by:
getSessionUserTokenin interfaceSessionContext
-
isSessionUserLoginDisabled
public boolean isSessionUserLoginDisabled()- Specified by:
isSessionUserLoginDisabledin interfaceSessionContext
-
getSessionUserDeactivationDate
- Specified by:
getSessionUserDeactivationDatein interfaceSessionContext
-
getSessionAttribute
- Specified by:
getSessionAttributein interfaceSessionContext
-
setSessionAttribute
- Specified by:
setSessionAttributein interfaceSessionContext
-