public class WMMAuthenticationCmdImpl extends TaskCommandImpl implements WMMAuthenticationCmd
Before executing this task command the following sets should be performed:
setLogonId setPassword
To determine whether the authentication was successful a call should be made to isValidCredentials.
The setUpdateFlag does not change the functionality of this command.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | ERRTASK_NAME
Deprecated.
Error task name.
|
Constructor and Description |
---|
WMMAuthenticationCmdImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void | createLotusConnectionProfile()
Deprecated.
Invoke LotusConnectionProfileCmd task command to create a profile in Lotus Connection database.
|
java.lang.String | getAuthenticateUserId()
Deprecated.
Retrieve the logon ID under which the current user wishes to logon.
|
protected byte[] | getEncryptPassword()
Deprecated.
in version 6.0. This is no longer used.
|
protected java.lang.String | getLogonId()
Deprecated.
Retrieve the Logon ID under which the current user wishes to logon.
|
protected java.lang.String | getPassword()
Deprecated.
Retrieve the password to be used for authentication with the new logon ID.
|
TypedProperty | getRequestProperties()
Deprecated.
since v6. This method has no replacement. It should not be called.
|
boolean | isLogonIdValid()
Deprecated.
Gets a boolean result flag will be set to indicate if the logon id supplied was correct.
|
boolean | isUpdatePending()
Deprecated.
Indicates whether the password should be verified against an existing one in the database or if the password should be updated in the database.
|
protected boolean | isUserCreatedInLDAP()
Deprecated.
Indicates if a user is created in LDAP successfully as a result of a user migration from the WebSphere Commerce database.
|
boolean | isValidCredentials()
Deprecated.
Gets a boolean flag indicating if the authentication was successful.
|
void | performExecute()
Deprecated.
Authenticates the user against LDAP using the logonId and password.
|
protected void | setAuthenticateUserId(java.lang.String astrAuthenticateUserId)
Deprecated.
Sets the authenticated user ID.
|
void | setLogonId(java.lang.String strLogonId)
Deprecated.
Sets the logon ID under which the current user wishes to logon.
|
void | setPassword(java.lang.String strPassword)
Deprecated.
Sets the password to be used for authentication with the new logon ID.
|
void | setUpdateFlag()
Deprecated.
This command always performs authentication, so this method is not used.
|
void | validateParameters()
Deprecated.
Validates the parameters.
|
public static final java.lang.String ERRTASK_NAME
public java.lang.String getAuthenticateUserId()
protected byte[] getEncryptPassword()
protected java.lang.String getLogonId()
protected java.lang.String getPassword()
public TypedProperty getRequestProperties() throws ECException
public boolean isLogonIdValid()
public boolean isUpdatePending()
public boolean isValidCredentials()
public void performExecute() throws ECException
protected void setAuthenticateUserId(java.lang.String astrAuthenticateUserId)
public void setLogonId(java.lang.String strLogonId)
public void setPassword(java.lang.String strPassword)
public void setUpdateFlag()
public void validateParameters() throws ECException
protected boolean isUserCreatedInLDAP()
protected void createLotusConnectionProfile() throws ECException