| Modifier and Type | Method and Description |
|---|---|
SPlatformSession |
PlatformLoginService.login(String userName,
String password)
login to the platform by userName and password
|
| Modifier and Type | Method and Description |
|---|---|
SPlatformSession |
PlatformLoginServiceImpl.login(String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
SPlatformSession |
PlatformSessionService.createSession(String username)
Create a new session for the given user;
|
SPlatformSession |
PlatformSessionService.getSession(long sessionId)
Retrieve a session by its id
|
SPlatformSession |
PlatformSessionProvider.getSession(long sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformSessionProvider.addSession(SPlatformSession session) |
void |
PlatformSessionProvider.updateSession(SPlatformSession session) |
| Modifier and Type | Method and Description |
|---|---|
SPlatformSession |
PlatformSessionServiceImpl.createSession(String username) |
SPlatformSession |
PlatformSessionServiceImpl.getSession(long sessionId) |
SPlatformSession |
PlatformSessionProviderImpl.getSession(long sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformSessionProviderImpl.addSession(SPlatformSession session) |
void |
PlatformSessionProviderImpl.updateSession(SPlatformSession session) |
| Modifier and Type | Method and Description |
|---|---|
SPlatformSession |
SPlatformSessionBuilderFactory.copy(SPlatformSession session) |
SPlatformSession |
SPlatformSessionBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SPlatformSession |
SPlatformSessionBuilderFactory.copy(SPlatformSession session) |
| Modifier and Type | Method and Description |
|---|---|
SPlatformSession |
SPlatformSessionBuilderFactoryImpl.copy(SPlatformSession session) |
SPlatformSession |
SPlatformSessionBuilderImpl.done() |
| Modifier and Type | Method and Description |
|---|---|
SPlatformSession |
SPlatformSessionBuilderFactoryImpl.copy(SPlatformSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
SPlatformSessionImpl |
| Constructor and Description |
|---|
SPlatformSessionImpl(SPlatformSession session) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.