Hi,
I'm trying to migrate a custom login module (picketlink) to a Elytron Realm.
My current custom login module is an extension of DatabaseLoginModule and currently supports login fail count, user account lock after X tries and registers last successfull login.
Whats the best way to migrate this functionnality to Elytron?
Extending JdbcSecurityRealm? Implementing SecurityRealm?
Thanks.