com.ibm.commerce.security.commands
Interface ResetPasswordGuestCmd
- All Superinterfaces:
- ECCommand, 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
Method Summary |
void |
setChallengeAnswer(java.lang.String strChallengeAnswer)
Sets the answer to the challenge question;
used to confirm identity. |
void |
setLogonId(java.lang.String strLogonId)
Sets the logon ID of the shopper or administrator
whose password needs to be reset. |
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
setChallengeAnswer
public void setChallengeAnswer(java.lang.String strChallengeAnswer)
- Sets the answer to the challenge question;
used to confirm identity.
- Parameters:
strChallengeAnswer
- The answer to the challenge question.
setLogonId
public 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.