| Package | Description | 
|---|---|
| com.logicaldoc.core.security | |
| com.logicaldoc.web.service | |
| com.logicaldoc.web.util | 
| Modifier and Type | Method and Description | 
|---|---|
UserSession | 
SessionManager.get(Object sessionId)  | 
UserSession | 
SessionManager.remove(Object key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<UserSession> | 
SessionManager.getSessions()
Returns the list of sessions ordered by ascending status and creation
 date. 
 | 
List<UserSession> | 
SessionManager.getSessionsByUserObject(Object userObject)
Returns the list of sessions for the specified user object 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
UserSession.compareTo(UserSession o)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SearchOptions> | 
SearchServiceImpl.getSearches(UserSession user)
Load all the search options associated to all the searches saved for the
 current user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UserSession | 
SessionUtil.validateSession(javax.servlet.http.HttpServletRequest request)  | 
static UserSession | 
SessionUtil.validateSession(String sid)
Throws a runtime exception id the given session is invalid 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Locale | 
SessionUtil.currentLocale(UserSession session)  | 
Copyright © 2008-2014 Logical Objects. All Rights Reserved.