Package | Description |
---|---|
com.saperion.jcs.modules.users.api | |
com.saperion.jcs.modules.users.connector |
Modifier and Type | Method and Description |
---|---|
<Type extends UserManagementItem> |
UserService.create(int token,
Type user,
Class<Type> type)
Creates a new user.
|
<Type extends UserManagementItem> |
UserService.delete(int token,
int id,
Class<Type> type)
Deletes an item.
|
void |
UserService.setPassword(int token,
int userId,
String newPassword)
Sets a new password to a user.
|
Modifier and Type | Method and Description |
---|---|
void |
UserManagement.setPassword(int userId,
String newPassword)
Sets a new password to the user with the given userId.
|
Copyright © 2016 SAPERION AG. All rights reserved.