| 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.
|
| org.bonitasoft.engine.api.permission | |
| org.bonitasoft.engine.session.impl |
| 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.
|
APISession |
LoginAPI.login(String userName,
String password)
Connects the user in order to use API methods of the default tenant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginAPI.logout(APISession session)
Disconnects the logged user on a tenant according to the given session.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PermissionRule.isAllowed(APISession apiSession,
APICallContext apiCallContext,
APIAccessor apiAccessor,
Logger logger)
Called by the engine when using
PermissionAPI.checkAPICallWithScript(String, APICallContext, boolean) |
| Modifier and Type | Class and Description |
|---|---|
class |
APISessionImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.