I'm new to Acegi Security, so I'm having trouble starting. I have a solid understanding on working with Spring, Struts and Hibernate.
Now, I want to create a web login page with Acegi, where I can write my AuthenticationDAO and use my database for username validation. I found alot of samples on InMemoryDaoImpl and JdbcImpl, but that's not what I want!!!
Can anyone provide me sample code on implementing quotasswordDaoAuthenticationProviderquot; with custom database access (doesn't have to be hibernate). Also, how to tie it back to the applicationContext.xml config file?
Please Please help!!!!
From what I know PasswordDaoAuthenticationProvider has been deprecated.
Look at this thread to get an insight on how to proceed - sho...cationProvider
Originally Posted by yaku0002Can anyone provide me sample code on implementing quotasswordDaoAuthenticationProviderquot; with custom database access (doesn't have to be hibernate). Also, how to tie it back to the applicationContext.xml config file?
Another one to get you going. showthread.php?t=19753Originally Posted by yaku0002Can anyone provide me sample code on implementing quotasswordDaoAuthenticationProviderquot; with custom database access (doesn't have to be hibernate). Also, how to tie it back to the applicationContext.xml config file?