Package com.saperion.operations.user
Class ChangePasswordOperation
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<ResultType,EcmExceptionType,com.lexmark.saperion.remote.common.Connection>
com.lexmark.saperion.remote.common.operations.EcmOperation<com.lexmark.saperion.remote.common.operations.Void,com.lexmark.saperion.exceptions.system.SystemException>
com.saperion.operations.user.ChangePasswordOperation
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,
,com.lexmark.saperion.exceptions.system.SystemException, com.lexmark.saperion.remote.common.Connection> Serializable
public class ChangePasswordOperation
extends com.lexmark.saperion.remote.common.operations.EcmOperation<com.lexmark.saperion.remote.common.operations.Void,com.lexmark.saperion.exceptions.system.SystemException>
This
Operation
changes the given users password.- Author:
- jschwarz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChangePasswordOperation
(String userName, String oldPassword, String tenantName, String newPassword) -
Method Summary
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, beforeInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.lexmark.saperion.remote.common.operations.Operation
audit, dispatchEvent, isAuditable, isEventDispatcher
-
Constructor Details
-
ChangePasswordOperation
-
-
Method Details
-
invoke
public com.lexmark.saperion.remote.common.operations.Void invoke() throws com.lexmark.saperion.exceptions.system.SystemException- Throws:
com.lexmark.saperion.exceptions.system.SystemException
-
getUserName
-
getOldPassword
-
getTenantName
-
getNewPassword
-
toString
- Overrides:
toString
in classcom.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>
-