Interface RestUserSessionManager

All Known Implementing Classes:
DefaultRestUserSessionManager

public interface RestUserSessionManager
Responsible for managing UserSessionEntity objects.
  • Method Details

    • 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: