| Package | Description |
|---|---|
| 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 |
|---|---|
SUser |
IdentityService.createUser(SUser user)
Create
SUser and store it to persistence layer |
SUser |
IdentityService.createUser(SUser sUser,
SContactInfo personalContactInfo,
SContactInfo proContactInfo,
String iconFilename,
byte[] iconContent)
create a new user in database along with its contact data
|
SContactInfo |
IdentityService.createUserContactInfo(SContactInfo contactInfo)
Create user contact information for given data
|
SUser |
IdentityService.createUserWithoutEncryptingPassword(SUser user)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SUser |
IdentityServiceImpl.createUser(SUser user) |
SUser |
IdentityServiceImpl.createUser(SUser sUser,
SContactInfo personalContactInfo,
SContactInfo proContactInfo,
String iconFilename,
byte[] iconContent) |
SContactInfo |
IdentityServiceImpl.createUserContactInfo(SContactInfo contactInfo) |
SUser |
IdentityServiceImpl.createUserWithoutEncryptingPassword(SUser user)
Deprecated.
|
Copyright © 2019 Bonitasoft S.A.. All rights reserved.