Controls the operation of the authentication cache.
Name | Type | Default | Description |
---|---|---|---|
initialSize | int Min: 1 | 50 | Initial number of entries supported by the authentication cache. |
maxSize | int Min: 1 | 25000 | Maximum number of entries supported by the authentication cache. |
timeout | A period of time with millisecond precision | 600s | Amount of time after which an entry in the cache will be removed. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds. |
allowBasicAuthLookup | boolean | true | Allow lookup by user ID and hashed password. |