com.ibm.commerce.security.commands

Class LDAPAuthenticationCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, LDAPAuthenticationCmd, WMMAuthenticationCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class LDAPAuthenticationCmdImpl
    extends WMMAuthenticationCmdImpl
    implements LDAPAuthenticationCmd
    If the system is configured to authenticate against LDAP then this task command will be called to authenticate the user against the LDAP server.

    Before executing this task command the following sets should be performed:

                    setLogonId
                    setPassword
     

    If the setUpdateFlag is called then, then upon execution of this task command, the credentials are updated in LDAP.

    If the setUpdateFlag is not called then, upon execution of this task command, verification of the credentials is performed. To determine whether the authentication was successful a call should be made to isValidCredentials.

    See Also:
    Serialized Form
    • Constructor Detail

      • LDAPAuthenticationCmdImpl

        public LDAPAuthenticationCmdImpl()