Attribute Name (Examples) | Usage | Type | Ldap Connector | Ldap Token List Persister | Ldap Pwd Self Service Token Persister |
---|---|---|---|---|---|
| Flag telling whether the user is locked or not. Locked user cannot log in. | Boolean | O | ||
| Date and time when the user was locked the last time. May be empty. | Timestamp | O | ||
| Reason why the user is locked. May be empty. | String | O | ||
| Flag telling whether the user account is valid. Invalid accounts cannot be used for authentication. Defaults to true. | Boolean | O | ||
| Date and time before which the user account is considered to be invalid. Invalid accounts cannot be used for authentication. Defaults to true. | Timestamp | O | ||
| Date and time after which the user account is considered to be invalid. Invalid accounts cannot be used for authentication. Defaults to true. | Timestamp | O | ||
| Counts the number of failed login attempts since the latest successful login. | Integer | O | ||
| Counts the number of failed attempts on authentication tokens. | Integer | O | ||
| Counts the number of failed login attempts reached before the latest successful login. | Integer | O | ||
| Counts the number of failed Step-Up attempts. | Integer | O |