This command will take the input credentials and update them in either the database, LDAP, or a third party system depending on how the WCS system is configured.
Before executing this task command, the methods listed below must be invoked.
setLogonId setPassword
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright field. |
static java.lang.String |
defaultCommandClassName Default command implementation class. |
static java.lang.String |
NAME Command name. |
Method Summary | |
---|---|
void |
markPasswordTemporary() Call this method to indicate that the updated password is temporary. |
void |
setLogonId(java.lang.String strLogonId) Sets the logon ID of the user whose password is to be updated. |
void |
setPassword(java.lang.String strPassword) Sets the value of the new password |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void markPasswordTemporary()
public void setLogonId(java.lang.String strLogonId)
public void setPassword(java.lang.String strPassword)
strPassword
- The password.