Uses of Class
com.atlassian.confluence.plugins.rest.entities.UserSessionEntity
-
Packages that use UserSessionEntity Package Description com.atlassian.confluence.plugins.rest.entities.documentation com.atlassian.confluence.plugins.rest.manager -
-
Uses of UserSessionEntity in com.atlassian.confluence.plugins.rest.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as UserSessionEntity Modifier and Type Field Description static UserSessionEntity
UserSessionEntityExampleDocument. USER_SESSION_ENTITY
-
Uses of UserSessionEntity in com.atlassian.confluence.plugins.rest.manager
Methods in com.atlassian.confluence.plugins.rest.manager that return UserSessionEntity Modifier and Type Method Description UserSessionEntity
DefaultRestUserSessionManager. getUserSession()
UserSessionEntity
RestUserSessionManager. getUserSession()
Returns a session representation for the currently logged in user
-