com.ibm.commerce.user.objects
Class PolicyAccountLockoutBean

com.ibm.commerce.user.objects.PolicyAccountLockoutBean
All Implemented Interfaces:
java.io.Serializable

public class PolicyAccountLockoutBean
implements java.io.Serializable

This bean provides access to the PLCYACCLCK table.

The following is a description of this table:

This table contains account lockout policies for stores.

See Also:
Serialized Form

Constructor Summary
PolicyAccountLockoutBean()
           
 
Method Summary
 java.lang.Integer getLockoutThreshold()
          This method provides access to the PLCYACCLCK.LOCKOUTTHRESHOLD column of DB2 type INTEGER NULL.
 java.lang.Long getPolicyAccountLockoutId()
          This method provides access to the PLCYACCLCK.PLCYACCLCK_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getWaitTime()
          This method provides access to the PLCYACCLCK.WAITTIME column of DB2 type INTEGER NULL.
 void setLockoutThreshold(java.lang.Integer aLockoutThreshold)
          This method provides access to the PLCYACCLCK.LOCKOUTTHRESHOLD column of DB2 type INTEGER NULL.
 void setWaitTime(java.lang.Integer aWaitTime)
          This method provides access to the PLCYACCLCK.WAITTIME column of DB2 type INTEGER NULL.
 

Constructor Detail

PolicyAccountLockoutBean

public PolicyAccountLockoutBean()
Method Detail

getLockoutThreshold

public java.lang.Integer getLockoutThreshold()

This method provides access to the PLCYACCLCK.LOCKOUTTHRESHOLD column of DB2 type INTEGER NULL.

The following is a description of this column:

The number of times consecutively the user can enter an incorrect password before the account is locked up.

Returns:
java.lang.Integer

getPolicyAccountLockoutId

public java.lang.Long getPolicyAccountLockoutId()

This method provides access to the PLCYACCLCK.PLCYACCLCK_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

ID for the Account Lockout Policy Table.

Returns:
java.lang.Long

getWaitTime

public java.lang.Integer getWaitTime()

This method provides access to the PLCYACCLCK.WAITTIME column of DB2 type INTEGER NULL.

The following is a description of this column:

The starting value of the number of seconds before the user is allowed to re-enter another password.

Returns:
java.lang.Integer

setLockoutThreshold

public void setLockoutThreshold(java.lang.Integer aLockoutThreshold)

This method provides access to the PLCYACCLCK.LOCKOUTTHRESHOLD column of DB2 type INTEGER NULL.

The following is a description of this column:

The number of times consecutively the user can enter an incorrect password before the account is locked up.

Parameters:
aLockoutThreshold - java.lang.Integer
Returns:
void

setWaitTime

public void setWaitTime(java.lang.Integer aWaitTime)

This method provides access to the PLCYACCLCK.WAITTIME column of DB2 type INTEGER NULL.

The following is a description of this column:

The starting value of the number of seconds before the user is allowed to re-enter another password.

Parameters:
aWaitTime - java.lang.Integer
Returns:
void