Uses of Class
org.nuxeo.ecm.platform.web.common.session.SessionInfo
-
Packages that use SessionInfo Package Description org.nuxeo.ecm.platform.web.common.session -
-
Uses of SessionInfo in org.nuxeo.ecm.platform.web.common.session
Fields in org.nuxeo.ecm.platform.web.common.session with type parameters of type SessionInfo Modifier and Type Field Description protected Map<String,SessionInfo>NuxeoHttpSessionMonitor. sessionTrackerMethods in org.nuxeo.ecm.platform.web.common.session that return SessionInfo Modifier and Type Method Description SessionInfoNuxeoHttpSessionMonitor. addEntry(javax.servlet.http.HttpSession session)SessionInfoNuxeoHttpSessionMonitor. associatedUser(javax.servlet.http.HttpServletRequest request)SessionInfoNuxeoHttpSessionMonitor. associatedUser(javax.servlet.http.HttpSession session, String userName)SessionInfoNuxeoHttpSessionMonitor. updateEntry(javax.servlet.http.HttpServletRequest request)Methods in org.nuxeo.ecm.platform.web.common.session that return types with arguments of type SessionInfo Modifier and Type Method Description List<SessionInfo>NuxeoHttpSessionMonitor. getSortedSessions()List<SessionInfo>NuxeoHttpSessionMonitor. getSortedSessions(long maxInactivity)Collection<SessionInfo>NuxeoHttpSessionMonitor. getTrackedSessions()Methods in org.nuxeo.ecm.platform.web.common.session with parameters of type SessionInfo Modifier and Type Method Description intSessionInfo. compareTo(SessionInfo o)
-