Interface RestUserSessionManager
-
- All Known Implementing Classes:
DefaultRestUserSessionManager
public interface RestUserSessionManager
Responsible for managingUserSessionEntity
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserHistoryList
getUserHistory(Integer startIndex, Integer maxResults)
Returns user history which contains the list of content entities user recently visited.UserSessionEntity
getUserSession()
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:
-
-