| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
APISession |
LoginAPI.login(Map<String,Serializable> credentials)
Connects the user in order to use API methods of the default tenant.
|
PlatformSession |
PlatformLoginAPI.login(String userName,
String password)
Login with username and password of the platform administrator defined in
bonita-platform.properties |
APISession |
LoginAPI.login(String userName,
String password)
Connects the user in order to use API methods of the default tenant.
|
void |
LoginAPI.logout(APISession session)
Disconnects the logged user on a tenant according to the given session.
|
void |
PlatformLoginAPI.logout(PlatformSession session)
Logout from a platform.
|
Copyright © 2018 Bonitasoft S.A.. All rights reserved.