Hi,
I am going thru Spring Security examples and not finding concrete example for database based authentication. If we go with our existing user profile table, i know we have to add the new query in jdbc tag. But what is the purpose of UserDetailService class. Do we have to implements it?? Not finding any end to end example for this.
Any help would be nice.
Thanks


Reply With Quote
