AccountExpiredException and CredentialExpiredException
Well,
After having the login phase completely solved by jaas through acegi container integration i find that now i need to support and throw both
javax.security.auth.login.CredentialExpiredExcepti on
javax.security.auth.login.AccountExpiredException
From inside JBossAcegiLoginModule. At first i thought it would be easy, but i think there is no corresponding exception on the acegi hierarchy.
Do you have plans on supporting those 2 states on the authentication layer?
Right now i need to implement them for my project, so if you have any directive regarding how would you like them implemented just let me now and i'll lend you a hand.
Regards,
Sergio.