http://www.myeclipseide.com/me4s - In this Spring tutorial, Dave Meurer shares some tips for scaffolding Spring Security 3.0 in MyEclipse for Spring 8.6. Security Scaffolding generates everything needed to secure an application, including JPA entities with DAOs, security config files, Spring Security filters in web.xml, and JSPs for logout/login/welcome.
You can download MyEclipse for Spring 8.6 from http://www.myeclipseide.com/me4s
In this case it would be also suggested to scaffold the users and users_authorities tables using scaffold spring crud and choose those 2 tables, right? So I can edit those table inside the application.
Maybe then I could define a specific authority with special roles so only some specific users with some specific authorities could see that portion of the app...
Please let me know if this does makes sense...
ernanimartins 1 year ago