Results 1 to 3 of 3

Thread: Spring Security Integration

  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Default Spring Security Integration

    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?

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    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
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

  3. #3
    Join Date
    Oct 2009
    Posts
    2

    Default

    Thanks, I'll keep an eye out for Roo RC3.

    Good work so far!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •