com.ibm.commerce.security.commands

Interface AccountLockoutPolicyCmd

  • 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
    All Known Implementing Classes:
    AccountLockoutPolicyCmdImpl


    public interface AccountLockoutPolicyCmd
    extends TaskCommand

    This task command is called by every command that verifies or updates of user credentials.

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

                    setLogonId
                    setAuthenticationStatus
     
    • Field Detail

      • defaultCommandClassName

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

      • setAuthenticationStatus

        void setAuthenticationStatus(boolean valid_credentials)
        Sets the authentication result: true (when user provided valid credentials), false (otherwise)
        Parameters:
        valid_credentials - boolean
      • setLogonId

        void setLogonId(java.lang.String strLogonId)
        Sets the Logon ID under which the current user wishes to log on.
        Parameters:
        strLogonID - The Login ID.