Interface Summary |
AccountLockoutPolicyCmd |
This task command is called by every command that performs verification or
update of a user credentials. |
AuthenticationPolicyCmd |
This task command is called by every command that performs verification or
update of a user credentials. |
DBAuthenticationCmd |
If the server is configured to authenticate against the database, this task
command will be called to perform either authentication or an update. |
GeneratePasswordCmd |
This task command will generated a password of a specified
length. |
GenerateSaltCmd |
This task command will generated a salt of a specified length. |
LDAPAuthenticationCmd |
If the server is configured to authenticate against LDAP, then this task
command is called to perform authentication and sychronization. |
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 the user into the system. |
MigrateUserEntriesCmd |
This task command is used to migrate resources owned by one user to
another. |
PaymentManagerVerifyCredentialsCmd |
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. |
ResetPasswordAdministratorCmd |
This task command is used by an administrator to reset the password of a
shopper. |
ResetPasswordCmd |
This controller command is used to reset the password of a user. |
ResetPasswordGuestCmd |
This task command is used to reset the password of a guest user. |
ResetPasswordRegisterCmd |
This task command is used to reset the password of a logged in
user. |
SendPasswordNotificationCmd |
This task command is used to send a notification informing the user of
their new password. |
ThirdPartyAuthenticationCmd |
If server is configured to authenticate against a third party system then
this task command will be called to perform either authentication or an
update. |
UpdateCredentialsCmd |
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. |
VerifyCredentialsCmd |
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 is
configured. |
Class Summary |
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 server is configured to authenticate against the database, this task
command will be called to perform either authentication or an update. |
ECSecurityConstants |
This class defines the constants that are used by the
com.ibm.commerce.security package. |
GeneratePasswordCmdImpl |
This task command will randomly generated a password of a specified
length. |
GenerateSaltCmdImpl |
This task command will randomly generated a salt of a specified
length. |
LDAPAuthenticationCmdImpl |
If server is configured to authenticate against LDAP then this task command
will be called to perform either authentication or an update. |
LogoffCmdImpl |
The user is logged off the system by setting the identity under which
further execution will be performed to that of the Generic user. |
LogonCmdImpl |
This controller command will log the user 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 depending on how the WCS system was
configured. |
ResetPasswordAdministratorCmdImpl |
This task 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 a guest user. |
ResetPasswordRegisterCmdImpl |
This task command is used to reset the password of a logged in
user. |
SendPasswordNotificationCmdImpl |
Sends an email notification informing the user of their new
password. |
UpdateCredentialsCmdImpl |
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. |
VerifyCredentialsCmdImpl |
Updates the input credentials in either the database, LDAP, or third party
system depending on how the WCS system is configured. |