public interface SessionProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(SSession session) |
void |
cleanInvalidSessions() |
void |
deleteSessionsOfTenant(long tenantId,
boolean keepTechnicalSessions) |
SSession |
getSession(long sessionId) |
void |
removeSession(long sessionId) |
void |
removeSessions() |
void |
updateSession(SSession session) |
void updateSession(SSession session) throws SSessionNotFoundException
SSessionNotFoundExceptionvoid cleanInvalidSessions()
void removeSessions()
SSession getSession(long sessionId) throws SSessionNotFoundException
SSessionNotFoundExceptionvoid removeSession(long sessionId)
throws SSessionNotFoundException
SSessionNotFoundExceptionvoid addSession(SSession session) throws SSessionAlreadyExistsException
SSessionAlreadyExistsExceptionvoid deleteSessionsOfTenant(long tenantId,
boolean keepTechnicalSessions)