index.adoc 1.0 KB

123456789101112131415
  1. [[servlet-authorization]]
  2. = Authorization
  3. The advanced authorization capabilities within Spring Security represent one of the most compelling reasons for its popularity.
  4. Irrespective of how you choose to authenticate - whether using a Spring Security-provided mechanism and provider, or integrating with a container or other non-Spring Security authentication authority - you will find the authorization services can be used within your application in a consistent and simple way.
  5. In this part we'll explore the different `AbstractSecurityInterceptor` implementations, which were introduced in Part I.
  6. We then move on to explore how to fine-tune authorization through use of domain access control lists.
  7. * xref:servlet/authorization/architecture.adoc[leveloffset=+1]
  8. * xref:servlet/authorization/authorize-requests.adoc[leveloffset=+1]
  9. * xref:servlet/authorization/expression-based.adoc[]
  10. * xref:servlet/authorization/secure-objects.adoc[]
  11. * xref:servlet/authorization/method-security.adoc[]
  12. * xref:servlet/authorization/acls.adoc[]