Class UserSessionImpl
java.lang.Object
org.opencastproject.usertracking.impl.UserSessionImpl
- All Implemented Interfaces:
UserSession
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSessionId(String sessionId) voidsetUserAgent(String userAgent) voidvoid
-
Constructor Details
-
UserSessionImpl
public UserSessionImpl()No Arg Constructor for JAXB
-
-
Method Details
-
getUserId
- Specified by:
getUserIdin interfaceUserSession
-
setUserId
- Specified by:
setUserIdin interfaceUserSession
-
getUserIp
- Specified by:
getUserIpin interfaceUserSession
-
setUserIp
- Specified by:
setUserIpin interfaceUserSession
-
getSessionId
- Specified by:
getSessionIdin interfaceUserSession
-
setSessionId
- Specified by:
setSessionIdin interfaceUserSession
-
getUserAgent
- Specified by:
getUserAgentin interfaceUserSession
-
setUserAgent
- Specified by:
setUserAgentin interfaceUserSession
-