Hi Ronald, I am not sure I am the best person to be helping with this issue as I am still not 100% sure of what I was doing wrong in the first place but see below for the code from my...
Type: Posts; User: yabba; Keyword(s):
Hi Ronald, I am not sure I am the best person to be helping with this issue as I am still not 100% sure of what I was doing wrong in the first place but see below for the code from my...
Resolved:
I have managed to resolve the problem, although I am not sure exactly why it was a problem in the first place...
I changed my custom UserDetails class back to a class that implements...
Another update:
I have created the following custom UserDetailsService:
@Service("userDetailsService")
public class UserDetailsServiceImpl implements UserDetailsService {
@Autowired...
An update:
I have done some googling and found a few places that detail how to write a custom UserDetails object and UserDetailsService, which I have implemented. I have now run into an entirely...
Thanks for your response TerpInMD and you are mostly correct in your interpretation of my question. I do want to get information stored about the user during logon. But what my ultimate goal is is...
Hi All,
Hopefully someone can help me, or at least point me in the right direction. I have been working on this issue for 2 days now and have reached the point where I have no hair left to tear...