文件名称: spring-security-oauth2-autoconfigure-2.1.8.RELEASE.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
<version>2.1.8.RELEASE</version>
</dependency>Gradle:
implementation group: 'org.springframework.security.oauth.boot', name: 'spring-security-oauth2-autoconfigure', version: '2.1.8.RELEASE'
Gradle (Short):
implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.8.RELEASE'
Gradle (Kotlin):
implementation("org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.8.RELEASE")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.boot.autoconfigure.security.oauth2
org.springframework.boot.autoconfigure.security.oauth2.authserver
org.springframework.boot.autoconfigure.security.oauth2.client
org.springframework.boot.autoconfigure.security.oauth2.method
org.springframework.boot.autoconfigure.security.oauth2.resourceorg.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration
org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtTokenServicesConfiguration
org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
org.springframework.boot.autoconfigure.security.oauth2.client.EnableOAuth2Sso
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.AuthoritiesExtractor
org.springframework.boot.autoconfigure.security.oauth2.resource.DefaultUserInfoRestTemplateFactory
org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
org.springframework.boot.autoconfigure.security.oauth2.resource.FixedPrincipalExtractor
org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterConfigurer
org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterRestTemplateCustomizer
org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
org.springframework.boot.autoconfigure.security.oauth2.resource.PrincipalExtractor
org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateCustomizer
org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateFactory
org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices