|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugins.rest.resources.AbstractResource
com.atlassian.confluence.plugins.rest.resources.UserSession
public class UserSession
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.plugins.rest.resources.AbstractResource |
|---|
authContext, userAccessor |
| Constructor Summary | |
|---|---|
UserSession(UserAccessor userAccessor,
RestUserSessionManager restUserSessionManager,
SpacePermissionManager spacePermissionManager)
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
getSession()
Returns the UserSessionEntity for the user making the request. |
javax.ws.rs.core.Response |
getUserHistory(java.lang.String startIndexString,
java.lang.String maxResultsString)
Returns the UserHistoryList for the user making the request. |
| Methods inherited from class com.atlassian.confluence.plugins.rest.resources.AbstractResource |
|---|
createRequestContext, getAttachmentUriBuilder, getContentUriBuilder, getCurrentUser, getSpaceUriBuilder, getUserUriBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserSession(UserAccessor userAccessor,
RestUserSessionManager restUserSessionManager,
SpacePermissionManager spacePermissionManager)
| Method Detail |
|---|
public javax.ws.rs.core.Response getSession()
public javax.ws.rs.core.Response getUserHistory(java.lang.String startIndexString,
java.lang.String maxResultsString)
startIndexString - The first (inclusive) index to return. Can be any integer zero or greater.maxResultsString - The number of results to return. Can be any positive integer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||