com.ibm.commerce.security.commands

Interface LDAPAuthenticationCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand, WMMAuthenticationCmd
    All Known Implementing Classes:
    LDAPAuthenticationCmdImpl


    public interface LDAPAuthenticationCmd
    extends WMMAuthenticationCmd
    This task command is called by LogonCmdImpl to authenticate a user against an LDAP server when the system is configured to authenticate against LDAP.

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

    • setCommandContext
    • setLogonId
    • setPassword
    Call isValidCredentials to determine if authentication succeeds.
    • Field Detail

      • NAME

        static final java.lang.String NAME
        Command name.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        Default command implementation class.