| Package | Description |
|---|---|
| org.bonitasoft.engine.core.login | |
| org.bonitasoft.engine.session | |
| org.bonitasoft.engine.session.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
SecuredLoginServiceImpl.logout(long sessionId) |
void |
LoginService.logout(long sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionService.deleteSession(long sessionId)
Delete a session having the given id
|
SSession |
SessionService.getSession(long sessionId)
Retrieve a session by its id
|
SSession |
SessionProvider.getSession(long sessionId) |
boolean |
SessionService.isValid(long sessionId)
Verify if a session is valid
|
void |
SessionProvider.removeSession(long sessionId) |
void |
SessionProvider.updateSession(SSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionServiceImpl.deleteSession(long sessionId) |
SSession |
SessionServiceImpl.getSession(long sessionId) |
SSession |
AbstractSessionProvider.getSession(long sessionId) |
boolean |
SessionServiceImpl.isValid(long sessionId) |
void |
AbstractSessionProvider.removeSession(long sessionId) |
void |
AbstractSessionProvider.updateSession(SSession session) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.