java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.security.commands.ResetPasswordGuestCmdImpl
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 setChallengeAnswerError View Task: ResetPasswordGuestErrorView
Field Summary | |
static java.lang.String | COPYRIGHT Copyright statement. |
static java.lang.String | ERRTASK_NAME Error task name |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.security.commands.ResetPasswordGuestCmd |
defaultCommandClassName, NAME |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
ResetPasswordGuestCmdImpl() |
Method Summary | |
protected java.lang.String | getChallengeAnswer() Retrieves the answer to the challenge question; used to confirm identity. |
protected java.lang.String | getLogonId() Retrieves the logonId of the shopper or administrator whose password needs to be reset. |
void | performExecute() Executes the command. |
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. |
void | validateParameters() Validate the parameters. |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String ERRTASK_NAME
Constructor Detail |
public ResetPasswordGuestCmdImpl()
Method Detail |
protected java.lang.String getChallengeAnswer()
protected java.lang.String getLogonId()
public void performExecute() throws ECException
public void setChallengeAnswer(java.lang.String strChallengeAnswer)
public void setLogonId(java.lang.String strLogonId)
public void validateParameters() throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.