Unsure how to modify userDetailsService to allow for custom userDetails but keep datasource

Posted by adam2510 on Stack Overflow See other posts from Stack Overflow or by adam2510
Published on 2011-11-14T09:47:14Z Indexed on 2011/11/14 9:50 UTC
Read the original article Hit count: 181

Filed under:
|
|

what i am trying to do is i'm following this http://www.theserverside.com/tip/-Spring-Security-Customizing-Your-User-and-Authorization-in website to attempt to customise the UserDetails so i can retrieve more fields regarding to the user...

as far as implementing the UserDetails,

where i am confused is the UserDetailsService

at the moment i only have the code for the userDetailsService that is in the website linked above

i'm just not sure on how to go about doing it

© Stack Overflow or respective owner

Related posts about java

Related posts about spring-mvc