This table contains the account lockout policies
for users.
Column Descriptions:
| Name | Type | Description |
| PLCYACCLCK_ID | BIGINT NOT NULL | The ID for the Account Lockout Policy table
(PLCYACCLCK). |
| LOCKOUTTHRESHOLD | INTEGER DEFAULT 6 | The number of times a user can consecutively
enter an incorrect password before the system locks the users
account. |
| WAITTIME | INTEGER DEFAULT 10 | The starting value (in seconds) of the time
before the user is allowed to re-enter another password. |
| OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | PLCYACCLCK_ID | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_599 | PLCYACCLCK_ID | PLCYACCT | PLCYACCLCK_ID | Cascade |
| F_602 | PLCYACCLCK_ID | PLCYLCKDSC | PLCYACCLCK_ID | Cascade |