I have solved this problem.
Please look at the attached diagram which explains the Spring Security architecture very well.
You need to override the UserDetailsService and UserDetails interfaces....
Type: Posts; User: rishabh2u; Keyword(s):
I have solved this problem.
Please look at the attached diagram which explains the Spring Security architecture very well.
You need to override the UserDetailsService and UserDetails interfaces....
hi all
After a lot of poking around i have come here and hope for some help.
Basically i am trying to authenticate users to my website in a legacy system which talks corba. So I want to be...
hey muaddib
I have a question and an answer for ya.
Answer: You dont need to use the UserDetailsService in your app. Just remove the auto-config="true" from <security:http auto-config="true">...
any luck with this rtavva
have you tried Specifying the "targetFilterLifecycle" filter init-param as "true" in web.xml