I understand that more options are planned for Spring Security integration going forward but can anyone let me know the best way to get user and authorities tables in the DB using Roo as it stands?
I understand that more options are planned for Spring Security integration going forward but can anyone let me know the best way to get user and authorities tables in the DB using Roo as it stands?
For now I'd suggest writing User and Role entities using Roo, and then implementing Spring Security's org.springframework.security.core.userdetails.User DetailsService interface. Please note that Roo RC3 uses Spring Security 3, so I'd recommend starting with that version instead of the 2.0.x installed by Roo RC2. https://jira.springsource.org/browse/ROO-226
Thanks, I'll keep an eye out for Roo RC3.
Good work so far!