Interface RestUserSessionManager
- 
- All Known Implementing Classes:
 DefaultRestUserSessionManager
public interface RestUserSessionManagerResponsible for managingUserSessionEntityobjects. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserHistoryListgetUserHistory(Integer startIndex, Integer maxResults)Returns user history which contains the list of content entities user recently visited.UserSessionEntitygetUserSession()Returns a session representation for the currently logged in user 
 - 
 
- 
- 
Method Detail
- 
getUserSession
UserSessionEntity getUserSession()
Returns a session representation for the currently logged in user- Returns:
 - the user session entity for the current user
 
 
- 
getUserHistory
UserHistoryList getUserHistory(Integer startIndex, Integer maxResults)
Returns user history which contains the list of content entities user recently visited.- Parameters:
 startIndex-maxResults-- Returns:
 
 
 - 
 
 -