public class ChangePasswordOperation
extends com.lexmark.saperion.remote.common.operations.EcmOperation<com.lexmark.saperion.remote.common.operations.Void,com.lexmark.saperion.exceptions.system.SystemException>
Operation
changes the given users password.Constructor and Description |
---|
ChangePasswordOperation(String userName,
String oldPassword,
String tenantName,
String newPassword) |
Modifier and Type | Method and Description |
---|---|
String |
getNewPassword() |
String |
getOldPassword() |
String |
getTenantName() |
String |
getUserName() |
com.lexmark.saperion.remote.common.operations.Void |
invoke() |
String |
toString() |
afterInvoke, beforeInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
public com.lexmark.saperion.remote.common.operations.Void invoke() throws com.lexmark.saperion.exceptions.system.SystemException
com.lexmark.saperion.exceptions.system.SystemException
public 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,com.lexmark.saperion.exceptions.system.SystemException,com.lexmark.saperion.remote.common.Connection>
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.