| Package | Description |
|---|---|
| org.bonitasoft.engine.session | |
| org.bonitasoft.engine.session.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SSessionAlreadyExistsException |
class |
SSessionNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
SSession |
SessionService.createSession(long tenantId,
long userId,
String userName,
boolean technicalUser) |
SSession |
SessionService.createSession(long tenantId,
long userId,
String userName,
boolean technicalUser,
List<String> profiles) |
SSession |
SessionService.createSession(long tenantId,
String userName)
Create a new session for the given user;
|
void |
SessionService.renewSession(long sessionId)
Update the expiration and the last update dates of the session.
|
| Modifier and Type | Method and Description |
|---|---|
SSession |
SessionServiceImpl.createSession(long tenantId,
long userId,
String userName,
boolean isTechnicalUser) |
SSession |
SessionServiceImpl.createSession(long tenantId,
long userId,
String userName,
boolean isTechnicalUser,
List<String> profiles) |
SSession |
SessionServiceImpl.createSession(long tenantId,
String userName) |
void |
SessionServiceImpl.renewSession(long sessionId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.