| Package | Description |
|---|---|
| org.bonitasoft.engine.core.login | |
| org.bonitasoft.engine.execution | |
| org.bonitasoft.engine.identity |
Manages information about an organization, that is, the set of users who can act in processes.
|
| org.bonitasoft.engine.identity.impl |
| Modifier and Type | Method and Description |
|---|---|
SSession |
SecuredLoginServiceImpl.login(Map<String,Serializable> credentials) |
SSession |
LoginService.login(Map<String,Serializable> credentials)
generic login approach to handle outer authentication service like CAS or OAuth or whatever...
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateBehaviors.addAssignmentSystemComment(org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance flowNodeInstance,
long userId) |
| Modifier and Type | Method and Description |
|---|---|
SUser |
IdentityService.getUser(long userId)
Get
SUser by its id |
SUser |
IdentityService.getUserByUserName(String username)
Get
SUser by its name |
List<SUser> |
IdentityService.getUsers(List<Long> userIds)
Get
SUser by their userIds |
| Modifier and Type | Method and Description |
|---|---|
SUser |
IdentityServiceImpl.getUser(long userId) |
SUser |
IdentityServiceImpl.getUserByUserName(String userName) |
List<SUser> |
IdentityServiceImpl.getUsers(List<Long> userIds) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.