Interface RestUserSessionManager

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