This command will take the input credentials and update them in either the database, LDAP, or third party system depending on how the WCS system was configured.
Before executing this task command the following sets should be performed:
setLogonId setPasswordAfter execution the isValidCredentials command should be called to see whether the credentials were valid or not.
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 | |
---|---|
java.lang.String |
getLogonId() Retrieve the Logon ID under which the current user wishes to logon. |
UserRegistryAccessBean |
getUserRegistryAccessBean() Retrieve the UserRegistryAccessBean to be used for authentication with the new Logon ID. |
boolean |
isValidCredentials() After the this command task is executed, a boolean result flag will be set to indicate if the authentication was successful. |
void |
setLogonId(java.lang.String strLogonId) Sets the Logon ID under which the current user wishes to logon. |
void |
setPassword(java.lang.String strPassword) Sets the Password to be used for authentication with the new Logon ID. |
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 java.lang.String getLogonId()
public UserRegistryAccessBean getUserRegistryAccessBean()
public boolean isValidCredentials()
public void setLogonId(java.lang.String strLogonId)
public void setPassword(java.lang.String strPassword)
strPassword
- The Password.