| Package | Description |
|---|---|
| org.flowable.idm.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserBaseQuery<T extends UserBaseQuery<T,U>,U extends User>
Allows programmatic querying of
User |
| Modifier and Type | Method and Description |
|---|---|
User |
IdmIdentityService.newUser(String userId)
Creates a new user.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
IdmIdentityService.getUsersWithPrivilege(String privilegeId)
Returns all
User instances that have a particular privilege. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdmIdentityService.saveUser(User user)
Saves the user.
|
void |
IdmIdentityService.updateUserPassword(User user)
Update user password.
|
Copyright © 2020 Flowable. All rights reserved.