Migrate LoginLimitManager's properties to SystemProperties
Description
The LoginLimitManager implementation defines how often a particular authentication attempt for a username or from an IP can happen (and fail), before the attempts are throttled.
This implementation uses the ‘old style’ properties to be configured. It should use SystemProperties instead. They have the benefit of being more type-safe and be somewhat self-describing.
The LoginLimitManager implementation defines how often a particular authentication attempt for a username or from an IP can happen (and fail), before the attempts are throttled.
This implementation uses the ‘old style’ properties to be configured. It should use SystemProperties instead. They have the benefit of being more type-safe and be somewhat self-describing.