| Interface | Description |
|---|---|
| AccountLockoutPolicyCmd |
This task command is called by every command that verifies
or updates of user credentials.
|
| AuthenticationPolicyCmd |
This task command is called by every command that verifies
or updates user credentials.
|
| DBAuthenticationCmd |
If the server is configured to authenticate against the database, this
task command is called to perform either an authentication or an
update.
|
| ExternalSystemAuthenticationCmd |
If a WebSphere Commerce server is configured to authenticate against a third party system
then this task command is called to either authenticate or
update.
|
| GeneratePasswordCmd |
This task command will generate a password of a specified length.
|
| GenerateSaltCmd |
This task command will generate a salt of a specified length.
|
| LDAPAuthenticationCmd |
This task command is called by
LogonCmdImpl to authenticate a
user against an LDAP server when the system is configured to authenticate against LDAP. |
| LogoffCmd |
The user is logged off the system by setting the identity under which further
execution will be performed to that of the Generic user.
|
| LogonCmd |
This controller command logs a user into the system.
|
| MigrateUserEntriesCmd |
This task command is used to migrate resources owned by one user to
another user.
|
| PaymentManagerVerifyCredentialsCmd |
This command takes the input credentials and updates them in either
the database, the LDAP server, or a third-party system.
|
| ResetPasswordAdministratorCmd |
This task command is used by an administrator to reset the password of a shopper.
|
| ResetPasswordCmd |
This controller command resets the password of a user.
|
| ResetPasswordGuestCmd |
This task command is used to reset the password of a guest user.
|
| ResetPasswordGuestValidationCmd |
This task command is used to reset the password of an unauthenticated user by specifying
a validation code (that was emailed to the user), in the same session as when the
challenge answer was specified.
|
| ResetPasswordRegisterCmd |
This task command is used to reset the password of a user that is logged onto the system.
|
| SendPasswordNotificationCmd |
This task command sends a notification informing a user of
the user's new password.
|
| ThirdPartyAuthenticationCmd | Deprecated
This interface is replaced by
ExternalSystemAuthenticationCmd |
| UpdateCredentialsCmd |
This command takes the input credentials and updates them in either
the database, the LDAP server, or a third-party system.
|
| VerifyCredentialsCmd |
This command takes the input credentials and updates them in either
the database, the LDAP server, or third-party system.
|
| WMMAuthenticationCmd | Deprecated
in version 7.
|
| Class | Description |
|---|---|
| AccountLockoutPolicyCmdImpl |
This task command is called by every command that performs verification
or update of a user credentials.
|
| AuthenticationPolicyCmdImpl |
Use this task command to enforce policies such as minimum password length.
|
| DBAuthenticationCmdImpl |
If the WebSphere Commerce server is configured to authenticate against a database, this
task command either authenticates or updates a credential set.
|
| ECSecurityConstants |
This class defines the constants that are used by the com.ibm.commerce.security
package.
|
| GeneratePasswordCmdImpl |
This task command will randomly generate a password of a specified length.
|
| GenerateSaltCmdImpl |
This task command will randomly generate a salt of a specified length.
|
| LDAPAuthenticationCmdImpl |
If the system is configured to authenticate against LDAP then this
task command will be called to authenticate the user against the LDAP server.
|
| LogoffCmdImpl |
The user is logged off the system and the identity under which further
execution is performed is set to that of the Generic user.
|
| LogonCmdImpl |
This controller command logs users into the system.
|
| MigrateUserEntriesCmdImpl |
This task command is used to migrate resources owned by one user to
another.
|
| PaymentManagerVerifyCredentialsCmdImpl |
This command will take the input credentials and update them in either
the database, LDAP, or third party system.
|
| ResetPasswordAdministratorCmdImpl |
This controller command is used by an administrator to reset the password of a shopper.
|
| ResetPasswordCmdImpl |
This controller command is used to reset the password of a user.
|
| ResetPasswordGuestCmdImpl |
This task command is used to reset the password of an unauthenticated user.
|
| ResetPasswordGuestValidationCmdImpl |
This task command is used to verify the validation code that was sent to the user whose password
is being reset, and then update the password to a new value.
|
| ResetPasswordRegisterCmdImpl |
This task command is used to reset the password of a user that is logged onto WebSphereCommerce.
|
| SendPasswordNotificationCmdImpl |
Sends an e-mail notification informing the user of one of the following:
The user's new password (default)
Validation code.
|
| UpdateCredentialsCmdImpl |
This command takes the input credentials and updates them in either
the database, the LDAP server, or a third-party system.
|
| VerifyCredentialsCmdImpl |
This command takes the input credentials and updates them in either
the database, the LDAP server, or third-party system.
|
| WMMAuthenticationCmdImpl | Deprecated
in version 7.
|