com.atlassian.confluence.plugins.rest.manager
Interface RestUserSessionManager

All Known Implementing Classes:
DefaultRestUserSessionManager

public interface RestUserSessionManager

Responsible for managing UserSessionEntity objects.


Method Summary
 UserHistoryList getUserHistory(java.lang.Integer startIndex, java.lang.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(java.lang.Integer startIndex,
                               java.lang.Integer maxResults)
Returns user history which contains the list of content entities user recently visited.

Parameters:
startIndex -
maxResults -
Returns:


Copyright © 2003-2010 Atlassian. All Rights Reserved.