public interface PaymentManagerVerifyCredentialsCmd extends TaskCommand
This command takes the input credentials and updates them in either the database, the LDAP server, or a third-party system. Depending on how the WebSphere Commerce system was configured.
Before executing this task command, the following sets should be performed:
setLogonId setPasswordAfter execution, calls the isValidCredentials command to see whether the credentials are valid or not.
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 |
---|---|
java.lang.String | getLogonId()
Retrieves 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 this command task is executed, a boolean result flag is 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.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.String getLogonId()
UserRegistryAccessBean getUserRegistryAccessBean()
boolean isValidCredentials()
void setLogonId(java.lang.String strLogonId)
void setPassword(java.lang.String strPassword)