This task command is used to send a notification informing the user of their new password.
Before executing this task command, the methods listed below must be invoked.
setLogonId setPassword
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright field |
static java.lang.String |
defaultCommandClassName Default command implementation class. |
static java.lang.String |
NAME Command name. |
Method Summary | |
---|---|
void |
setLogonId(java.lang.String strLogonId) Sets the logonId of the user, to which the password notification message should be sent. |
void |
setPassword(java.lang.String strPassword) Sets the new password of the user. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setLogonId(java.lang.String strLogonId)
strLogonId
- logonId of user to receive
notification.public void setPassword(java.lang.String strPassword)
strPassword
- The password to be sent to the
user.