Changed Classes and
Interfaces
|
AuthenticationPolicyCmd
|
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.
|
DBAuthenticationCmd
|
If the server is configured to authenticate against the database this task
command will be called to perform either authentication or an
update.
|
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.
|
LDAPAuthenticationCmd
|
If the server is configured to authenticate against LDAP then this task
command is called to perform authentication and sychronization.
|
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.
|
LogonCmd
|
This controller command logs the user into the system.
|
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.
|
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.
|
ResetPasswordRegisterCmd
|
This task command is used to reset the password of a logged in
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.
|
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.
|
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.
|
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.
|
VerifyCredentialsCmdImpl
|
Updates the input credentials in either the database LDAP or third party
system depending on how the WCS system is configured.
|