Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.web.common.session.SessionInfo

Packages that use SessionInfo
org.nuxeo.ecm.admin   
org.nuxeo.ecm.platform.web.common.session   
 

Uses of SessionInfo in org.nuxeo.ecm.admin
 

Methods in org.nuxeo.ecm.admin that return types with arguments of type SessionInfo
 List<SessionInfo> UsersActivityManager.getUserSessions()
           
 

Uses of SessionInfo in org.nuxeo.ecm.platform.web.common.session
 

Methods in org.nuxeo.ecm.platform.web.common.session that return SessionInfo
 SessionInfo NuxeoHttpSessionMonitor.addEntry(HttpSession session)
           
 SessionInfo NuxeoHttpSessionMonitor.associatedUser(HttpServletRequest request)
           
 SessionInfo NuxeoHttpSessionMonitor.associatedUser(HttpSession session, String userName)
           
 SessionInfo NuxeoHttpSessionMonitor.updateEntry(HttpServletRequest request)
           
 

Methods in org.nuxeo.ecm.platform.web.common.session that return types with arguments of type SessionInfo
 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
 int SessionInfo.compareTo(SessionInfo o)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.