Name | Description |
int cacheRemovalWarningTime | If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. The default value is 3600 (1 hour). |
int failureCount | The number of times in a row a user has to fail authentication to be locked out. Defaults to 5. |
int lockOutTime | The time (in seconds) a user is locked out after too many authentication failures. The default value is 300 (5 minutes). |
int cacheSize | Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. The default value is 1000. |
boolean stripRealmForGss | Introspected attribute stripRealmForGss. |
boolean validate | The 'validate certificate chains' flag. |