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. sessionTracker
Methods in org.nuxeo.ecm.platform.web.common.session that return SessionInfo Modifier and Type Method Description SessionInfo
NuxeoHttpSessionMonitor. addEntry(javax.servlet.http.HttpSession session)
SessionInfo
NuxeoHttpSessionMonitor. associatedUser(javax.servlet.http.HttpServletRequest request)
SessionInfo
NuxeoHttpSessionMonitor. associatedUser(javax.servlet.http.HttpSession session, String userName)
SessionInfo
NuxeoHttpSessionMonitor. 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 int
SessionInfo. compareTo(SessionInfo o)
-