| 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 |
| AuthorizationServerProperties | Configuration properties for OAuth2 Authorization server. | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver | Spring Boot |
| EnableOAuth2Sso | Enable OAuth2 Single Sign On (SSO). | Class | org.springframework.boot.autoconfigure.security.oauth2.client | 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 |
| OAuth2AuthorizationServerConfiguration | Configuration for a Spring Security OAuth2 authorization server. | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver | Spring Boot |
| OAuth2AuthorizationServerConfiguration .BaseClientDetailsConfiguration | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration | Spring Boot | |
| OAuth2AuthorizationServerConfiguration .ClientDetailsLogger | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration | Spring Boot | |
| OAuth2AutoConfiguration | Auto-configuration for Spring Security OAuth2. | Class | org.springframework.boot.autoconfigure.security.oauth2 | Spring Boot |
| OAuth2ClientProperties | Configuration properties for OAuth2 Client. | Class | org.springframework.boot.autoconfigure.security.oauth2 | Spring Boot |
| OAuth2MethodSecurityConfiguration | Auto-configure an expression handler for method-level security (if the user already has@EnableGlobalMethodSecurity). | Class | org.springframework.boot.autoconfigure.security.oauth2.method | 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 | |
| OAuth2RestOperationsConfiguration | Configuration for OAuth2 Single Sign On REST operations. | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
| OAuth2RestOperationsConfiguration .BaseConfiguration | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration | Spring Boot | |
| OAuth2RestOperationsConfiguration .RequestScopedConfiguration | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration | Spring Boot | |
| OAuth2RestOperationsConfiguration .SessionScopedConfiguration | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration | Spring Boot | |
| OAuth2RestOperationsConfiguration .SessionScopedConfiguration .ClientContextConfiguration | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration | Spring Boot | |
| OAuth2RestOperationsConfiguration .SingletonScopedConfiguration | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration | Spring Boot | |
| OAuth2SsoCustomConfiguration | Configuration for OAuth2 Single Sign On (SSO) when there is an existingWebSecurityConfigurerAdapter provided by the user and annotated with | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
| OAuth2SsoCustomConfiguration .WebSecurityEnhancerCondition | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration | Spring Boot | |
| OAuth2SsoDefaultConfiguration | Configuration for OAuth2 Single Sign On (SSO). | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
| OAuth2SsoDefaultConfiguration .NeedsWebSecurityCondition | Class | org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration | Spring Boot | |
| OAuth2SsoProperties | Configuration properties for OAuth2 Single Sign On (SSO). | Class | org.springframework.boot.autoconfigure.security.oauth2.client | 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 |