com.ibm.commerce.component.contextservice.commands

Interface BusinessContextServiceLogonCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, LogonCmd, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    BusinessContextServiceLogonCmdImpl


    public interface BusinessContextServiceLogonCmd
    extends LogonCmd

    This controller command authenticates a user into the system from Business Context Service Engine. This command is similar to the logic in LogonCmd with the following exception. Unlike the LogonCmd, this command does not migrate the resources from a guest shopper and does not update the command context.

    Before executing this task command, the methods listed below must be invoked.

                    setLogonId
                    setPassword
     

    When an error occurs due to any reason, error codes are returned back in the response properties.

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default command implementation class.
        See Also:
        Constant Field Values