com.ibm.commerce.security.commands
Interface SendPasswordNotificationCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- SendPasswordNotificationCmdImpl
- public interface SendPasswordNotificationCmd
- extends TaskCommand
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
Method Summary |
void |
setLogonId(java.lang.String strLogonId)
Sets the logon ID 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. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setLogonId
public void setLogonId(java.lang.String strLogonId)
- Sets the logon ID of the user, to which the password
notification message should be sent.
- Parameters:
strLogonId
- Logon ID of user to receive notification.
setPassword
public void setPassword(java.lang.String strPassword)
- Sets the new password of the user. This password will be
sent in the notification message.
- Parameters:
strPassword
- The password to be sent to the user.