We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8421594 commit 35797f9Copy full SHA for 35797f9
docs/manual/src/docs/asciidoc/_includes/about/modules.adoc
@@ -80,6 +80,11 @@ It contains the following top-level packages:
80
* `org.springframework.security.oauth2.jwt`
81
* `org.springframework.security.oauth2.jose`
82
83
+[[spring-security-oauth2-resource-server]]
84
+== OAuth 2.0 Resource Server -- `spring-security-oauth2-resource-server.jar`
85
+`spring-security-oauth2-resource-server.jar` contains Spring Security's support for OAuth 2.0 Resource Servers.
86
+It is used to protect APIs via OAuth 2.0 Bearer Tokens.
87
+The top-level package is `org.springframework.security.oauth2.server.resource`.
88
89
[[spring-security-acl]]
90
== ACL -- `spring-security-acl.jar`
0 commit comments