| By using the Spring Security scaffolding capability, you can easily add Spring Security to your Spring applications, including: |
- Required libraries
- Spring configurations for Spring Security
- Default Spring Security convention, with editors to customize
| - Support for LDAP and DB security realms
- Auto-creation of DB schema for DB security Spring annotations and config files
- Works with scaffolded and non-scaffolded applications
|
Spring Security scaffolding is initiated by right-clicking on Spring DSL, and selecting Scaffolding-->Scaffold Spring Security.

Besides setting up the project using typical Spring Security conventions, Skyway Builder provides editors to make it easy to customize the Spring Security configuration. You can control the password encoding format, secured URLs and resources.

You can secure DAOs, reconfigure views (login, logout, etc... forms) and security realms.

Once Spring Security has been scaffolded, the Spring MVC application will present the end-user with a login form.
