public class DummySessionManager extends Object implements SessionManager
| Constructor and Description |
|---|
DummySessionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
endSession(String sessionId) |
List<UserSession> |
getActiveSessions() |
UserSession |
getSession(String sessionId) |
boolean |
sessionValid(String sessionId) |
UserSession |
startSession(Credentials credentials) |
public UserSession startSession(Credentials credentials) throws JasDBStorageException
startSession in interface SessionManagerJasDBStorageExceptionpublic boolean sessionValid(String sessionId) throws JasDBStorageException
sessionValid in interface SessionManagerJasDBStorageExceptionpublic List<UserSession> getActiveSessions() throws JasDBStorageException
getActiveSessions in interface SessionManagerJasDBStorageExceptionpublic void endSession(String sessionId) throws JasDBStorageException
endSession in interface SessionManagerJasDBStorageExceptionpublic UserSession getSession(String sessionId) throws JasDBStorageException
getSession in interface SessionManagerJasDBStorageExceptionCopyright © 2015. All rights reserved.