|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionInfo | |
---|---|
com.silverpeas.session | |
org.silverpeas.cache.service | |
org.silverpeas.upload | Provides an API to manage file uploads. |
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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |