I was able to add criterias for auth in UsernamePasswordAuthenticationToken.
Then i would like to create a custom UserDetails object with those criterias by extending the UserDetails retrieveUser(...) method in DaoAuthenticationSiteProvider.
However, this method is marked as final ...
Why ?
Why can't the DaoAuthenticationSiteProvider be extended like LdapAuthenticationProvider ?
Acegi Security 1.0.7


