-
Add an additional interface to be proxied by the dynamic proxy.
BruteForceRealmWrapper.create()
Create a new instance of BruteForceRealmWrapper that can be used
to wrap a SecurityRealm instance and provide brute force protection.
After a failed authentication attempt how long in minutes to keep the tracking session
alive.
After the maximum number of failed authentication attempts the interval in minutes
the account will be locked for.
Set the maximum number of sessions that will be cached before the least recently used
session is evicted from the cache.
Set the maximum number of consecutive failed login attempts for a specific user
before the lockout kicks in for the configured interval.
Set the realm name that should be used in any log messages.
Set the ScheduledExecutorService that will be used for expiring the
sessions tracking authentication failures.
Set the security realm that is to be wrapped by the wrapper.