Spring Security 2.0 streamlines the process of securing web applications through simplified configurations and various authentication and authorization methods. Key features include URL access protection, form-based and HTTP basic authentication, and the ability to handle user credentials securely. Additionally, it supports method security, view handling, and domain object security through access control lists (ACLs) for fine-grained control.