I am using JBoss 4.2.2 GA for my web application. The whole application is divided into two
Struts based application using EJB 2.1
JSF based application using Hibernate 3.1
I use single sign-on. Now i want to add additional user security like
Password hint
Enforce password expiration
Tracking invalid login attempt etc.
To achieve this what are the best alternative?, i have seen some LoginModule extension to to track the invalid login attempts.
Note: I am currently using JAAS and use the LoginModule org.jboss.security.auth.spi.DatabaseServerLoginModule
Any kind of suggestion is greatly appreciated.