Package | Description |
---|---|
com.logicaldoc.core.security |
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) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.