Uses of Class
org.opencms.main.CmsSessionInfo
Packages that use CmsSessionInfo
Package
Description
Provides the main OpenCms "operating system".
Contains classes of the site manager app.
-
Uses of CmsSessionInfo in org.opencms.main
Methods in org.opencms.main that return CmsSessionInfoModifier and TypeMethodDescriptionReturns the stored session info object with the given id.CmsSessionManager.getSessionInfo
(String sessionId) Returns the complete user session info of a user from the session storage, ornull
if this session id has no session info attached.CmsSessionManager.getSessionInfo
(javax.servlet.http.HttpServletRequest req) Returns the OpenCms user session info for the given request, ornull
if no user session is available.CmsSessionManager.getSessionInfo
(javax.servlet.http.HttpSession session) Returns the OpenCms user session info for the given http session, ornull
if no user session is available.CmsSessionManager.getSessionInfo
(CmsUUID sessionId) Returns the complete user session info of a user from the session storage, ornull
if this session id has no session info attached.CmsDefaultSessionStorageProvider.put
(CmsSessionInfo sessionInfo) I_CmsSessionStorageProvider.put
(CmsSessionInfo sessionInfo) Stores the given session info object.Removes the stored session info object identified by the given session id.Methods in org.opencms.main that return types with arguments of type CmsSessionInfoModifier and TypeMethodDescriptionCmsDefaultSessionStorageProvider.getAll()
I_CmsSessionStorageProvider.getAll()
Returns all current stored session info objects.CmsDefaultSessionStorageProvider.getAllOfUser
(CmsUUID userId) I_CmsSessionStorageProvider.getAllOfUser
(CmsUUID userId) Returns all current stored session info objects for the given user.CmsSessionManager.getSessionInfos()
Returns all current session info objects.CmsSessionManager.getSessionInfos
(CmsUUID userId) Returns a list of all active session info objects for the specified user.Methods in org.opencms.main with parameters of type CmsSessionInfoModifier and TypeMethodDescriptionprotected void
CmsSessionManager.addSessionInfo
(CmsSessionInfo sessionInfo) Adds a new session info into the session storage.int
CmsSessionInfo.compareTo
(CmsSessionInfo obj) Allows sorting session info according to the user names.CmsDefaultSessionStorageProvider.put
(CmsSessionInfo sessionInfo) I_CmsSessionStorageProvider.put
(CmsSessionInfo sessionInfo) Stores the given session info object.CmsSessionManager.switchUserFromSession
(CmsObject cms, javax.servlet.http.HttpServletRequest req, CmsUser user, CmsSessionInfo sessionInfo) Switches the current user to the given user. -
Uses of CmsSessionInfo in org.opencms.ui.apps.sessions
Fields in org.opencms.ui.apps.sessions declared as CmsSessionInfoModifier and TypeFieldDescriptionprotected CmsSessionInfo
CmsUserInfoDialog.m_session
Session info (if showing specific session).Methods in org.opencms.ui.apps.sessions with parameters of type CmsSessionInfoModifier and TypeMethodDescriptionstatic void
CmsUserInfoDialog.showUserInfo
(CmsSessionInfo session) Shows a dialog with user information for given session.