public interface UpdateCredentialsCmd extends TaskCommand
This command takes the input credentials and updates them in either the database, the LDAP server, or a third-party system. The WebSphere Commerce server configuration determines which system to update.
Before executing this task command, the methods listed below must be invoked.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The copyright field.
|
static java.lang.String |
defaultCommandClassName
The default command implementation class.
|
static java.lang.String |
NAME
The command name.
|
Modifier and Type | Method and Description |
---|---|
void |
markPasswordTemporary()
This method indicates that the updated password is temporary.
|
void |
setLogonId(java.lang.String strLogonId)
This method sets the logon ID of the user whose password is to be updated.
|
void |
setPassword(java.lang.String strPassword)
This method sets the value of the new password.
|
void |
setWorkingUserId(java.lang.String strWorkingUserId)
This method sets the user ID whose password is to be updated.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void markPasswordTemporary()
void setLogonId(java.lang.String strLogonId)
strLogonId
- The login ID.void setPassword(java.lang.String strPassword)
strPassword
- The password.void setWorkingUserId(java.lang.String strWorkingUserId)
strWorkingUserId
- the user id.