Package | Description |
---|---|
com.saperion.exception |
This package contains the classes for the global exceptions.
|
com.saperion.jcs.modules.users.api | |
com.saperion.jcs.modules.users.connector.exception |
Modifier and Type | Method and Description |
---|---|
static NativeException |
NativeReturnCodeMapper.fromReturnCode(com.saperion.jna.applsrv.m2j.natives.Returncodes returnCode,
String message)
Matches ReturnCodes to exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
UserService.changePassword(int token,
int id,
String oldPassword,
String newPassword) |
<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 |
---|---|
static BackendException |
Exceptions.byNativeException(NativeException re) |
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.