java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.orderquotation.commands.GetCredentialsCmdImpl
Get the credentials (userId, password) for the calling user.
If the (UserDistributorUserId, UserDistributorPasswordEncrypted (unencrypted)) for the user is (uuuu, pppp) then the results for each example input values of (userId, password) would be:
Field Summary |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.orderquotation.commands.GetCredentialsCmd |
defaultCommandClassName, NAME |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
GetCredentialsCmdImpl() Constructor for GetCredentialsCmdImpl |
Method Summary | |
java.lang.String | getPasswordForCredentials() Get the password to use on the credentials. |
java.lang.String | getUserIdForCredentials() Get the user id to use on the credentials. |
void | performExecute() Execute the command. |
void | reset() Resets the command. |
void | setPassword(java.lang.String thePassword) Set the user's password. |
void | setReferralStoreId(java.lang.Integer theStoreId) Set the referral store id for the credentials. |
void | setUserId(java.lang.String theUserId) Set the user id. |
void | validateParameters() Check mandatory 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, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GetCredentialsCmdImpl()
Method Detail |
public void performExecute() throws ECException
public void reset()
public void validateParameters() throws ECException
public void setUserId(java.lang.String theUserId)
public void setPassword(java.lang.String thePassword)
public void setReferralStoreId(java.lang.Integer theStoreId)
public java.lang.String getUserIdForCredentials()
public java.lang.String getPasswordForCredentials()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.