| Name | Description | Type | Package | Framework |
| AuthoritiesExtractor | Strategy used by UserInfoTokenServices to extract authorities from the resourceSince:1. | Interface | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
| FixedAuthoritiesExtractor | Default implementation of AuthoritiesExtractor. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
| JwtAccessTokenConverterConfigurer | Callback interface that can be used to provide additional configuration to theJwtAccessTokenConverter. | Interface | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
| OAuth2ResourceServerConfiguration | Auto-configure a Spring Security OAuth2 resource server. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
| OAuth2ResourceServerConfiguration .ResourceSecurityConfigurer | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration | Spring Boot | |
| OAuth2ResourceServerConfiguration .ResourceServerCondition | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration | Spring Boot | |
| ResourceServerProperties | Configuration properties for OAuth2 Resources. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
| ResourceServerTokenServicesConfiguration | Configuration for an OAuth2 resource server. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
| ResourceServerTokenServicesConfiguration .JwtTokenServicesConfiguration | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration | Spring Boot | |
| ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration | Spring Boot | |
| ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .SocialTokenServicesConfigu | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration | Spring Boot | |
| ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .TokenInfoServicesConfigura | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration | Spring Boot | |
| ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .UserInfoTokenServicesConfi | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration | Spring Boot | |
| ResourceServerTokenServicesConfiguration .UserInfoRestTemplateConfiguration | Class | org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration | Spring Boot | |
| SpringSocialTokenServices | ResourceServerTokenServices backed by Spring Social. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
| UserInfoRestTemplateCustomizer | Callback for customizing the rest template used to fetch user details if authenticationis done via OAuth2 access tokens. | Interface | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
| UserInfoTokenServices | ResourceServerTokenServices that uses a user info REST service. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |