| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionInfo | |
|---|---|
| com.silverpeas.communicationUser.control | |
| com.silverpeas.session | |
| com.silverpeas.web | Provides the classes and interfaces from which web services can be defined and published in Silverpeas. | 
| com.silverpeas.web.mock | |
| com.stratelia.silverpeas.peasCore | |
| com.stratelia.silverpeas.peasCore.servlets | |
| com.stratelia.silverpeas.silverStatisticsPeas.control | |
| org.silverpeas.cache.service | |
| org.silverpeas.upload | Provides an API to manage file uploads. | 
| org.silverpeas.web.token | |
| Uses of SessionInfo in com.silverpeas.communicationUser.control | 
|---|
| Methods in com.silverpeas.communicationUser.control that return types with arguments of type SessionInfo | |
|---|---|
|  Collection<SessionInfo> | CommunicationUserSessionController.getDistinctConnectedUsersList()Get connected users | 
| Uses of SessionInfo in com.silverpeas.session | 
|---|
| Fields in com.silverpeas.session declared as SessionInfo | |
|---|---|
| static SessionInfo | SessionInfo.AnonymousSession | 
| static SessionInfo | SessionInfo.NoneSession | 
| Methods in com.silverpeas.session that return SessionInfo | |
|---|---|
|  SessionInfo | SessionManagement.getSessionInfo(String sessionKey)Gets information about the specified user session. | 
|  SessionInfo | SessionManagement.openAnonymousSession(javax.servlet.http.HttpServletRequest request)Opens a new anonymous session with the specified HTTP request at the origin of the session ask. | 
|  SessionInfo | SessionManagement.openSession(UserDetail user)Opens a new session for the specified user. | 
|  SessionInfo | SessionManagement.openSession(UserDetail user,
            javax.servlet.http.HttpServletRequest request)Opens a new session for the specified user with the specified HTTP request at the origin of the session ask. | 
|  SessionInfo | SessionManagement.validateSession(SessionValidationContext context)Validates the session identified uniquely by the specified key. | 
|  SessionInfo | SessionManagement.validateSession(String sessionKey)Calls SessionManagement.validateSession(SessionValidationContext)method by specifying to it a
 context that contains only the specified session key. | 
| Methods in com.silverpeas.session that return types with arguments of type SessionInfo | |
|---|---|
|  Collection<SessionInfo> | SessionManagement.getConnectedUsersList()Gets the session information about all the connected users in the Silverpeas platform, whatever their domain and the applied domain isolation policy. | 
|  Collection<SessionInfo> | SessionManagement.getDistinctConnectedUsersList(UserDetail user)Gets the session information about all the connected users that are accessible to the specified user. | 
| Uses of SessionInfo in com.silverpeas.web | 
|---|
| Methods in com.silverpeas.web that return SessionInfo | |
|---|---|
|  SessionInfo | UserPriviledgeValidation.validateUserAuthentication(javax.servlet.http.HttpServletRequest request)Validates the authentication of the user at the origin of a web request. | 
| Uses of SessionInfo in com.silverpeas.web.mock | 
|---|
| Methods in com.silverpeas.web.mock that return SessionInfo | |
|---|---|
|  SessionInfo | SessionManagerMock.getSessionInfo(String sessionKey) | 
|  SessionInfo | SessionManagerMock.openAnonymousSession(javax.servlet.http.HttpServletRequest request) | 
|  SessionInfo | SessionManagerMock.openSession(UserDetail user) | 
|  SessionInfo | SessionManagerMock.openSession(UserDetail user,
            javax.servlet.http.HttpServletRequest request) | 
|  SessionInfo | SessionManagerMock.validateSession(SessionValidationContext context) | 
|  SessionInfo | SessionManagerMock.validateSession(String sessionKey) | 
| Methods in com.silverpeas.web.mock that return types with arguments of type SessionInfo | |
|---|---|
|  Collection<SessionInfo> | SessionManagerMock.getConnectedUsersList() | 
|  Collection<SessionInfo> | SessionManagerMock.getDistinctConnectedUsersList(UserDetail user) | 
| Uses of SessionInfo in com.stratelia.silverpeas.peasCore | 
|---|
| Subclasses of SessionInfo in com.stratelia.silverpeas.peasCore | |
|---|---|
|  class | HTTPSessionInfoInformation on the HTTP session opened by a Silverpeas user to access the Silverpeas Web pages. | 
| Methods in com.stratelia.silverpeas.peasCore that return SessionInfo | |
|---|---|
|  SessionInfo | SessionManager.getSessionInfo(String sessionId) | 
|  SessionInfo | SessionManager.openAnonymousSession(javax.servlet.http.HttpServletRequest request) | 
|  SessionInfo | SessionManager.openSession(UserDetail user)This method is dedicated to the authentication for only accessing the WEB services published in Silverpeas. | 
|  SessionInfo | SessionManager.openSession(UserDetail user,
            javax.servlet.http.HttpServletRequest request)This method is dedicated to the authentication of users behind a WEB browser. | 
|  SessionInfo | SessionManager.validateSession(SessionValidationContext context) | 
|  SessionInfo | SessionManager.validateSession(String sessionKey) | 
| Methods in com.stratelia.silverpeas.peasCore that return types with arguments of type SessionInfo | |
|---|---|
|  Collection<SessionInfo> | SessionManager.getConnectedUsersList()Gets all the connected users and the duration of their session. | 
|  Collection<SessionInfo> | SessionManager.getDistinctConnectedUsersList(UserDetail user)Gets all the connected users and the duration of their session. | 
| Uses of SessionInfo in com.stratelia.silverpeas.peasCore.servlets | 
|---|
| Methods in com.stratelia.silverpeas.peasCore.servlets that return SessionInfo | |
|---|---|
| protected  SessionInfo | SilverpeasAuthenticatedHttpServlet.getSessionInfo(javax.servlet.http.HttpServletRequest request)Retrieves the SessionInfo linked to the current request. | 
| Uses of SessionInfo in com.stratelia.silverpeas.silverStatisticsPeas.control | 
|---|
| Methods in com.stratelia.silverpeas.silverStatisticsPeas.control that return types with arguments of type SessionInfo | |
|---|---|
|  Collection<SessionInfo> | SilverStatisticsPeasSessionController.getConnectedUsersList() | 
| Method parameters in com.stratelia.silverpeas.silverStatisticsPeas.control with type arguments of type SessionInfo | |
|---|---|
|  void | SilverStatisticsPeasSessionController.notifyAllSessions(Collection<SessionInfo> listUserDetail,
                  String message)Méthode d'envoi de notification aux utilisateurs connectés | 
| Uses of SessionInfo in org.silverpeas.cache.service | 
|---|
| Methods in org.silverpeas.cache.service with parameters of type SessionInfo | |
|---|---|
| static void | VolatileResourceCacheService.clearFrom(SessionInfo sessionInfo)Clears the volatile cache attached to a user session. | 
| Uses of SessionInfo in org.silverpeas.upload | 
|---|
| Methods in org.silverpeas.upload with parameters of type SessionInfo | |
|---|---|
| static void | UploadSession.clearFrom(SessionInfo sessionInfo)Clears the upload sessions still attached to a user session. | 
| Uses of SessionInfo in org.silverpeas.web.token | 
|---|
| Methods in org.silverpeas.web.token with parameters of type SessionInfo | |
|---|---|
|  Token | SynchronizerTokenService.getSessionToken(SessionInfo session)Gets the synchronizer token used to protect the specified user session. | 
|  void | SynchronizerTokenService.setUpSessionTokens(SessionInfo session)Sets up a session token for the specified Silverpeas session. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||