com.ibm.commerce.security.commands

Interface ResetPasswordGuestCmd

  • 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:
    ResetPasswordGuestCmdImpl


    public interface ResetPasswordGuestCmd
    extends TaskCommand

    This task command is used to reset the password of a guest user.

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

                    setLogonId
                    setChallengeAnswer
                    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

      • setChallengeAnswer

        void setChallengeAnswer(java.lang.String strChallengeAnswer)
        Sets the answer to the challenge question; it is used to confirm the identity of the user.
        Parameters:
        strChallengeAnswer - The answer to the challenge question.
      • setLogonId

        void setLogonId(java.lang.String strLogonId)
        Sets the logon ID of the shopper or administrator whose password needs to be reset.
        Parameters:
        strLoginID - The logon ID to be set.