public interface ResetPasswordRegisterCmd extends TaskCommand
This task command is used to reset the password of a user that is logged onto the system.
Before executing this task command, the methods listed below must be invoked.
setNewPassword
setNewPasswordVerify
setOldPassword
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The copyright field.
|
static java.lang.String |
defaultCommandClassName
The default command implementation class.
|
static java.lang.String |
NAME
The command name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setErrorRedirectURL(java.lang.String ErrorRedirectURL)
Sets the error URL to which to redirect if specified.
|
void |
setNewPassword(java.lang.String strNewPassword)
Sets the new password of the user whose
password is being changed.
|
void |
setNewPasswordVerify(java.lang.String strNewPasswrdVerify)
Sets the confirm new password of the user
whose password is being changed.
|
void |
setOldPassword(java.lang.String strOldPassword)
Sets the old password of the user whose
password is being changed.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setErrorRedirectURL(java.lang.String ErrorRedirectURL)
ErrorRedirectURL - the error redirect URL.void setNewPassword(java.lang.String strNewPassword)
strNewPassword - New password.void setNewPasswordVerify(java.lang.String strNewPasswrdVerify)
strNewPasswrdVerify - Confirmation of the new password.void setOldPassword(java.lang.String strOldPassword)
strOldPassword - The old password to be changed.