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.
|
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)
void setPassword(java.lang.String strPassword)
void setWorkingUserId(java.lang.String strWorkingUserId)