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, invoke
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
toArrayList, toCaseInsensitiveMap, toHashMap
protected void voidInvoke() throws Exception
VoidOperation
voidInvoke
in class VoidOperation
Exception
- 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.