com.ibm.commerce.security.commands

Interface ResetPasswordAdministratorCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    ResetPasswordAdministratorCmdImpl


    public interface ResetPasswordAdministratorCmd
    extends ControllerCommand

    This task command is used by an administrator to reset the password of a shopper.

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

                    setLogonId
                    setAdministratorPassword
                    setRedirectURL
     
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

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

      • setAdministratorPassword

        void setAdministratorPassword(java.lang.String strAdminPassword)
        Sets the administrator’s password, who is resetting the password of the shopper.
        Parameters:
        strAdminPassword - The administrator password.
      • setLogonId

        void setLogonId(java.lang.String strLogonId)
        Sets the logon ID of the shopper whose password is reset.
        Parameters:
        strLoginID - LoginID to be set.
      • setRedirectURL

        void setRedirectURL(java.lang.String strRedirectURL)
        Sets the URL to which the user should be redirected, after successfully resetting the password.
        Parameters:
        strRedirectURL - The URL to redirect to.