com.ibm.commerce.security.commands
Interface AccountLockoutPolicyCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
AccountLockoutPolicyCmdImpl

public interface AccountLockoutPolicyCmd
extends TaskCommand

This task command is called by every command that performs verification or update of a user credentials.

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

    setLogonId
    setAuthenticationStatus

Field Summary
static java.lang.String COPYRIGHT
          Copyright statement
static java.lang.String defaultCommandClassName
          Default command implementation class.
static java.lang.String NAME
          Command name.
 
Method Summary
 void setAuthenticationStatus(boolean valid_credentials)
          sets authentication result, true when user provided valid credentials false otherwise
 void setLogonId(java.lang.String strLogonId)
          Sets the Logon ID under which the current user wishes to logon.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Command name.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default command implementation class.
See Also:
Constant Field Values
Method Detail

setAuthenticationStatus

public void setAuthenticationStatus(boolean valid_credentials)
sets authentication result, true when user provided valid credentials false otherwise
Parameters:
valid_credentials - boolean

setLogonId

public void setLogonId(java.lang.String strLogonId)
Sets the Logon ID under which the current user wishes to logon.