com.ibm.commerce.security.commands

Interface SendPasswordNotificationCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    SendPasswordNotificationCmdImpl


    public interface SendPasswordNotificationCmd
    extends TaskCommand

    This task command sends a notification informing a user of the user's new password.

    Before executing this task command, the methods listed below must be invoked.

    • setLogonId
    • setPassword
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default command implementation class.
        See Also:
        Constant Field Values
    • Method Detail

      • setLogonId

        void setLogonId(java.lang.String strLogonId)
        This method sets the logon ID of the user to send the password notification message.
        Parameters:
        strLogonId - logonId of the user the receives the notification.
      • setPassword

        void setPassword(java.lang.String strPassword)
        This method sets the new password of the user. This password is sent in the notification message.
        Parameters:
        strPassword - The password sent to the user.
      • setEmail

        void setEmail(java.lang.String strEmail)
        This method sets the email address of the user. If the email is not set, the program will retrieve the email address from the database.
        Parameters:
        strEmail - The email address of user.