There are similar classes in these packages. I just want to register user details service for authentication provider:
In Manning's book I read about acegisecurity.* packages and while reading Reference I see springframework.security.*.Code:<authentication-provider user-service-ref="myUserDetailService"/>
So what packages should I use to create my own UserDetailService?


