Chapter 11. Security

Chapter 11. Security

11.1. Overview
11.1.1. Which mode is right for my application?
11.2. Requirements
11.3. Authentication
11.3.1. Configuration
11.3.2. Writing an authentication method
11.3.3. Writing a login form
11.3.4. Simplified Configuration - Summary
11.3.5. Handling Security Exceptions
11.3.6. Login Redirection
11.3.7. Advanced Authentication Features
11.4. Authorization
11.4.1. Core concepts
11.4.2. Securing components
11.4.3. Security in the user interface
11.4.4. Securing pages
11.4.5. Securing Entities
11.5. Writing Security Rules
11.5.1. Permissions Overview
11.5.2. Configuring a rules file
11.5.3. Creating a security rules file
11.6. SSL Security
11.7. Implementing a Captcha Test
11.7.1. Configuring the Captcha Servlet
11.7.2. Adding a Captcha to a page

The Seam Security API is an optional Seam feature that provides authentication and authorization features for securing both domain and page resources within your Seam project.