mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-24 16:05:15 +00:00
13 lines
724 B
Plaintext
13 lines
724 B
Plaintext
[[servlet-authorization]]
|
|
= Authorization
|
|
:page-section-summary-toc: 1
|
|
|
|
The advanced authorization capabilities within Spring Security represent one of the most compelling reasons for its popularity.
|
|
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), the authorization services can be used within your application in a consistent and simple way.
|
|
|
|
In this part, we explore the different `AbstractSecurityInterceptor` implementations, which were introduced in Part I.
|
|
We then move on to explore how to fine-tune authorization through the use of domain access control lists.
|
|
|
|
|
|
|