public class ChangePassword extends VoidOperation
Operation changes the given users password.| Constructor and Description |
|---|
ChangePassword(String userName,
String oldPassword,
String tenantName,
String newPassword) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNewPassword() |
String |
getOldPassword() |
String |
getTenantName() |
String |
getUserName() |
String |
toString() |
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invokebeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionprotected void voidInvoke()
throws Exception
VoidOperationvoidInvoke in class VoidOperationException - exception when invoking this operationpublic String getUserName()
public String getOldPassword()
public String getTenantName()
public String getNewPassword()
public String toString()
toString in class com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.