|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.PolicyAccountLockoutBean
This bean provides access to the PLCYACCLCK table.
The following is a description of this table:
This table contains account lockout policies for stores.
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 |
public PolicyAccountLockoutBean()
Method Detail |
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.
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.
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.
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.
aLockoutThreshold
- java.lang.Integerpublic 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.
aWaitTime
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |