com.ibm.commerce.security.commands
Interface AccountLockoutPolicyCmd

All Superinterfaces:
ECCommand, 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
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setAuthenticationStatus(boolean valid_credentials)
          sets authentication result, true when user provided valid credentials false otherwise Creation date: (13/07/2001 11:56:24 AM)
 void setLogonId(java.lang.String strLogonId)
          Sets the Logon ID under which the current user wishes to logon.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setAuthenticationStatus

public void setAuthenticationStatus(boolean valid_credentials)
sets authentication result, true when user provided valid credentials false otherwise Creation date: (13/07/2001 11:56:24 AM)
Parameters:
valid_credentials - boolean

setLogonId

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