| Modifier and Type | Method and Description |
|---|---|
void |
PlatformLoginService.logout(long sessionId)
logout the platform by sessionId
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformLoginServiceImpl.logout(long sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformSessionService.deleteSession(long sessionId)
Delete a session having the given id
|
SPlatformSession |
PlatformSessionService.getSession(long sessionId)
Retrieve a session by its id
|
SPlatformSession |
PlatformSessionProvider.getSession(long sessionId) |
boolean |
PlatformSessionService.isValid(long sessionId)
Verify if a session is valid
|
void |
PlatformSessionProvider.removeSession(long sessionId) |
void |
PlatformSessionProvider.updateSession(SPlatformSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformSessionServiceImpl.deleteSession(long sessionId) |
SPlatformSession |
PlatformSessionServiceImpl.getSession(long sessionId) |
SPlatformSession |
PlatformSessionProviderImpl.getSession(long sessionId) |
boolean |
PlatformSessionServiceImpl.isValid(long sessionId) |
void |
PlatformSessionProviderImpl.removeSession(long sessionId) |
void |
PlatformSessionProviderImpl.updateSession(SPlatformSession session) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.