org.springframework.security.oauth : spring-security-oauth2 中文文档(中英对照·API·接口·操作手册·全版本)以2.3.4.RELEASE 📅 2026/6/24 6:44:05 文章目录完整文档下载地址类、方法、参数说明spring-security-oauth2-2.3.4.RELEASE.jar中文-英文对照文档.zip 中包含以下内容使用方法组件信息简介Maven依赖Gradle依赖寒水馨 Java 组件中文文档系列说明版权声明与来源信息本组件包含的 Java package包本组件包含的 Java class类完整文档下载地址类、方法、参数说明完整文档下载地址类、方法、参数说明spring-security-oauth2-2.3.4.RELEASE.jar中文-英文对照文档.zip下载地址https://hanshuixin.org/resource/details/FRS01KDTJK56GNAVNZ9EAJ57XDEX4spring-security-oauth2 其他版本中文文档下载地址https://hanshuixin.org/resource/translated_javadoc/org.springframework.security.oauth/spring-security-oauth2spring-security-oauth2-2.3.4.RELEASE.jar中文-英文对照文档.zip 中包含以下内容中文-英文对照文档位于压缩包内的“文档”文件夹中说明文件使用说明.txt、README.mdMaven依赖spring-security-oauth2-2.3.4.RELEASE.jar Maven依赖信息(可用于项目pom.xml).txtGradle依赖spring-security-oauth2-2.3.4.RELEASE.jar Gradle依赖信息(可用于项目build.gradle).txtjar包下载地址spring-security-oauth2-2.3.4.RELEASE.jar下载地址(官方地址国内镜像地址).txt源码下载地址spring-security-oauth2-2.3.4.RELEASE-sources.jar下载地址(官方地址国内镜像地址).txt使用方法解压spring-security-oauth2-2.3.4.RELEASE.jar中文-英文对照文档.zip找到 解压后的文件夹文档index.html双击index.html即可用浏览器打开查看。为了防止解压后路径太长导致浏览器无法打开推荐在解压时选择“解压到当前文件夹”放心自带文件夹文件不会散落一地。有时一套Java组件会有多个jar所以在下载前请仔细阅读本篇描述以确保这就是你需要的文件。组件信息简介名称OAuth2 for Spring Security描述为Spring Security提供OAuth2支持的模块版本2.3.4.RELEASEMaven依赖dependencygroupIdorg.springframework.security.oauth/groupIdartifactIdspring-security-oauth2/artifactIdversion2.3.4.RELEASE/version/dependencyGradle依赖Gradle: implementation group: org.springframework.security.oauth, name: spring-security-oauth2, version: 2.3.4.RELEASE Gradle (Short): implementation org.springframework.security.oauth:spring-security-oauth2:2.3.4.RELEASE Gradle (Kotlin): implementation(org.springframework.security.oauth:spring-security-oauth2:2.3.4.RELEASE)寒水馨 Java 组件中文文档系列说明文档为 Java 组件的中文翻译文档文档由寒水馨翻译整理非官方版本本系列文档获取地址https://hanshuixin.org本文档为人性化翻译精心制作请放心使用本文档为双语同时展示一行原文、一行译文可逐行对照避免了原文/译文来回切换的麻烦有原文可参照不再担心翻译偏差误导边学技术、边学英语只翻译了该翻译的内容如注释、说明、描述、用法讲解 等不该翻译的内容保持原样如类名、方法名、包名、类型、关键字、代码 等版权声明与来源信息本翻译文档基于以下开源项目制作严格遵守各项目的开源许可证并在此列出其版权归属与许可证信息。组件 GAV 坐标org.springframework.security.oauth:spring-security-oauth2:2.3.4.RELEASE原始项目地址https://central.sonatype.com/artifact/org.springframework.security.oauth/spring-security-oauth2/2.3.4.RELEASE许可证Apache 2.0许可证链接http://www.apache.org/licenses/LICENSE-2.0.txt所有原始代码及注释版权归其原作者所有使用、修改及分发本翻译文档请遵循上述原项目开源许可证本组件包含的 Java package包org.springframework.security.oauth2.client org.springframework.security.oauth2.client.discovery org.springframework.security.oauth2.client.filter org.springframework.security.oauth2.client.filter.state org.springframework.security.oauth2.client.http org.springframework.security.oauth2.client.resource org.springframework.security.oauth2.client.test org.springframework.security.oauth2.client.token org.springframework.security.oauth2.client.token.auth org.springframework.security.oauth2.client.token.grant.client org.springframework.security.oauth2.client.token.grant.code org.springframework.security.oauth2.client.token.grant.implicit org.springframework.security.oauth2.client.token.grant.password org.springframework.security.oauth2.client.token.grant.redirect org.springframework.security.oauth2.common org.springframework.security.oauth2.common.exceptions org.springframework.security.oauth2.common.util org.springframework.security.oauth2.config.annotation.builders org.springframework.security.oauth2.config.annotation.configuration org.springframework.security.oauth2.config.annotation.configurers org.springframework.security.oauth2.config.annotation.web.configuration org.springframework.security.oauth2.config.annotation.web.configurers org.springframework.security.oauth2.config.xml org.springframework.security.oauth2.http.converter org.springframework.security.oauth2.http.converter.jaxb org.springframework.security.oauth2.provider org.springframework.security.oauth2.provider.approval org.springframework.security.oauth2.provider.authentication org.springframework.security.oauth2.provider.client org.springframework.security.oauth2.provider.code org.springframework.security.oauth2.provider.endpoint org.springframework.security.oauth2.provider.error org.springframework.security.oauth2.provider.expression org.springframework.security.oauth2.provider.implicit org.springframework.security.oauth2.provider.password org.springframework.security.oauth2.provider.refresh org.springframework.security.oauth2.provider.request org.springframework.security.oauth2.provider.token org.springframework.security.oauth2.provider.token.store org.springframework.security.oauth2.provider.token.store.jwk org.springframework.security.oauth2.provider.token.store.redis org.springframework.security.oauth2.provider.vote本组件包含的 Java class类org.springframework.security.oauth2.client.DefaultOAuth2ClientContext org.springframework.security.oauth2.client.DefaultOAuth2RequestAuthenticator org.springframework.security.oauth2.client.OAuth2ClientContext org.springframework.security.oauth2.client.OAuth2RequestAuthenticator org.springframework.security.oauth2.client.OAuth2RestOperations org.springframework.security.oauth2.client.OAuth2RestTemplate org.springframework.security.oauth2.client.discovery.ProviderConfiguration org.springframework.security.oauth2.client.discovery.ProviderConfiguration.Builder org.springframework.security.oauth2.client.discovery.ProviderDiscoveryClient org.springframework.security.oauth2.client.filter.OAuth2AuthenticationFailureEvent org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter org.springframework.security.oauth2.client.filter.state.DefaultStateKeyGenerator org.springframework.security.oauth2.client.filter.state.StateKeyGenerator org.springframework.security.oauth2.client.http.AccessTokenRequiredException org.springframework.security.oauth2.client.http.OAuth2ErrorHandler org.springframework.security.oauth2.client.http.StringSplitUtils org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails org.springframework.security.oauth2.client.resource.UserApprovalRequiredException org.springframework.security.oauth2.client.resource.UserRedirectRequiredException org.springframework.security.oauth2.client.test.BeforeOAuth2Context org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ClientCredentials org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Implicit org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Password org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ResourceHelper org.springframework.security.oauth2.client.test.OAuth2ContextSetup org.springframework.security.oauth2.client.test.RestTemplateHolder org.springframework.security.oauth2.client.test.TestAccounts org.springframework.security.oauth2.client.token.AccessTokenProvider org.springframework.security.oauth2.client.token.AccessTokenProviderChain org.springframework.security.oauth2.client.token.AccessTokenRequest org.springframework.security.oauth2.client.token.ClientKeyGenerator org.springframework.security.oauth2.client.token.ClientTokenServices org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest org.springframework.security.oauth2.client.token.DefaultClientKeyGenerator org.springframework.security.oauth2.client.token.DefaultRequestEnhancer org.springframework.security.oauth2.client.token.JdbcClientTokenServices org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport org.springframework.security.oauth2.client.token.RequestEnhancer org.springframework.security.oauth2.client.token.auth.ClientAuthenticationHandler org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsResourceDetails org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeResourceDetails org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider org.springframework.security.oauth2.client.token.grant.implicit.ImplicitResourceDetails org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails org.springframework.security.oauth2.common.AuthenticationScheme org.springframework.security.oauth2.common.DefaultExpiringOAuth2RefreshToken org.springframework.security.oauth2.common.DefaultOAuth2AccessToken org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken org.springframework.security.oauth2.common.DefaultThrowableAnalyzer org.springframework.security.oauth2.common.ExpiringOAuth2RefreshToken org.springframework.security.oauth2.common.OAuth2AccessToken org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Deserializer org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Serializer org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Deserializer org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Serializer org.springframework.security.oauth2.common.OAuth2RefreshToken org.springframework.security.oauth2.common.exceptions.BadClientCredentialsException org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException org.springframework.security.oauth2.common.exceptions.InsufficientScopeException org.springframework.security.oauth2.common.exceptions.InvalidClientException org.springframework.security.oauth2.common.exceptions.InvalidGrantException org.springframework.security.oauth2.common.exceptions.InvalidRequestException org.springframework.security.oauth2.common.exceptions.InvalidScopeException org.springframework.security.oauth2.common.exceptions.InvalidTokenException org.springframework.security.oauth2.common.exceptions.OAuth2Exception org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Deserializer org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Serializer org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Deserializer org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Serializer org.springframework.security.oauth2.common.exceptions.RedirectMismatchException org.springframework.security.oauth2.common.exceptions.SerializationException org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException org.springframework.security.oauth2.common.exceptions.UnauthorizedUserException org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException org.springframework.security.oauth2.common.exceptions.UnsupportedResponseTypeException org.springframework.security.oauth2.common.exceptions.UserDeniedAuthorizationException org.springframework.security.oauth2.common.util.DefaultJdbcListFactory org.springframework.security.oauth2.common.util.Jackson2JsonParser org.springframework.security.oauth2.common.util.JacksonJsonParser org.springframework.security.oauth2.common.util.JdbcListFactory org.springframework.security.oauth2.common.util.JsonDateDeserializer org.springframework.security.oauth2.common.util.JsonDateSerializer org.springframework.security.oauth2.common.util.JsonParser org.springframework.security.oauth2.common.util.JsonParserFactory org.springframework.security.oauth2.common.util.OAuth2Utils org.springframework.security.oauth2.common.util.ProxyCreator org.springframework.security.oauth2.common.util.RandomValueStringGenerator org.springframework.security.oauth2.common.util.SerializationUtils org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder org.springframework.security.oauth2.config.annotation.builders.InMemoryClientDetailsServiceBuilder org.springframework.security.oauth2.config.annotation.builders.JdbcClientDetailsServiceBuilder org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration org.springframework.security.oauth2.config.annotation.configurers.ClientDetailsServiceConfigurer org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurer org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.AuthorizationServerTokenServicesFactoryBean org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.TokenKeyEndpointRegistrar org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration org.springframework.security.oauth2.config.annotation.web.configuration.EnableAuthorizationServer org.springframework.security.oauth2.config.annotation.web.configuration.EnableOAuth2Client org.springframework.security.oauth2.config.annotation.web.configuration.EnableResourceServer org.springframework.security.oauth2.config.annotation.web.configuration.OAuth2ClientConfiguration org.springframework.security.oauth2.config.annotation.web.configuration.OAuth2ClientConfiguration.OAuth2ClientContextConfiguration org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurer org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerEndpointsConfigurer org.springframework.security.oauth2.config.annotation.web.configurers.AuthorizationServerSecurityConfigurer org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer org.springframework.security.oauth2.config.xml.AuthorizationServerBeanDefinitionParser org.springframework.security.oauth2.config.xml.ClientBeanDefinitionParser org.springframework.security.oauth2.config.xml.ClientDetailsServiceBeanDefinitionParser org.springframework.security.oauth2.config.xml.ConfigUtils org.springframework.security.oauth2.config.xml.ExpressionHandlerBeanDefinitionParser org.springframework.security.oauth2.config.xml.OAuth2ClientContextFactoryBean org.springframework.security.oauth2.config.xml.OAuth2SecurityNamespaceHandler org.springframework.security.oauth2.config.xml.ProviderBeanDefinitionParser org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser org.springframework.security.oauth2.config.xml.ResourceBeanDefinitionParser.StringListFactoryBean org.springframework.security.oauth2.config.xml.ResourceServerBeanDefinitionParser org.springframework.security.oauth2.config.xml.RestTemplateBeanDefinitionParser org.springframework.security.oauth2.config.xml.WebExpressionHandlerBeanDefinitionParser org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessTokenMessageConverter org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter org.springframework.security.oauth2.provider.AuthorizationRequest org.springframework.security.oauth2.provider.ClientAlreadyExistsException org.springframework.security.oauth2.provider.ClientDetails org.springframework.security.oauth2.provider.ClientDetailsService org.springframework.security.oauth2.provider.ClientRegistrationException org.springframework.security.oauth2.provider.ClientRegistrationService org.springframework.security.oauth2.provider.CompositeTokenGranter org.springframework.security.oauth2.provider.DefaultSecurityContextAccessor org.springframework.security.oauth2.provider.NoSuchClientException org.springframework.security.oauth2.provider.OAuth2Authentication org.springframework.security.oauth2.provider.OAuth2Request org.springframework.security.oauth2.provider.OAuth2RequestFactory org.springframework.security.oauth2.provider.OAuth2RequestValidator org.springframework.security.oauth2.provider.SecurityContextAccessor org.springframework.security.oauth2.provider.TokenGranter org.springframework.security.oauth2.provider.TokenRequest org.springframework.security.oauth2.provider.approval.Approval org.springframework.security.oauth2.provider.approval.Approval.ApprovalStatus org.springframework.security.oauth2.provider.approval.ApprovalStore org.springframework.security.oauth2.provider.approval.ApprovalStoreUserApprovalHandler org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler org.springframework.security.oauth2.provider.approval.InMemoryApprovalStore org.springframework.security.oauth2.provider.approval.JdbcApprovalStore org.springframework.security.oauth2.provider.approval.TokenApprovalStore org.springframework.security.oauth2.provider.approval.TokenStoreUserApprovalHandler org.springframework.security.oauth2.provider.approval.UserApprovalHandler org.springframework.security.oauth2.provider.authentication.BearerTokenExtractor org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter org.springframework.security.oauth2.provider.authentication.TokenExtractor org.springframework.security.oauth2.provider.client.BaseClientDetails org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter.ClientCredentialsRequestMatcher org.springframework.security.oauth2.provider.client.ClientCredentialsTokenGranter org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService org.springframework.security.oauth2.provider.client.InMemoryClientDetailsService org.springframework.security.oauth2.provider.client.Jackson2ArrayOrStringDeserializer org.springframework.security.oauth2.provider.client.JacksonArrayOrStringDeserializer org.springframework.security.oauth2.provider.client.JdbcClientDetailsService org.springframework.security.oauth2.provider.code.AuthorizationCodeServices org.springframework.security.oauth2.provider.code.AuthorizationCodeTokenGranter org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver org.springframework.security.oauth2.provider.endpoint.ExactMatchRedirectResolver org.springframework.security.oauth2.provider.endpoint.FrameworkEndpoint org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping org.springframework.security.oauth2.provider.endpoint.RedirectResolver org.springframework.security.oauth2.provider.endpoint.TokenEndpoint org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter org.springframework.security.oauth2.provider.endpoint.TokenKeyEndpoint org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator org.springframework.security.oauth2.provider.error.OAuth2AccessDeniedHandler org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint org.springframework.security.oauth2.provider.error.OAuth2ExceptionRenderer org.springframework.security.oauth2.provider.error.WebResponseExceptionTranslator org.springframework.security.oauth2.provider.expression.OAuth2ExpressionParser org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods org.springframework.security.oauth2.provider.expression.OAuth2WebSecurityExpressionHandler org.springframework.security.oauth2.provider.implicit.ImplicitGrantService org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter org.springframework.security.oauth2.provider.implicit.ImplicitTokenRequest org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService org.springframework.security.oauth2.provider.password.ResourceOwnerPasswordTokenGranter org.springframework.security.oauth2.provider.refresh.RefreshTokenGranter org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestFactory org.springframework.security.oauth2.provider.request.DefaultOAuth2RequestValidator org.springframework.security.oauth2.provider.token.AbstractTokenGranter org.springframework.security.oauth2.provider.token.AccessTokenConverter org.springframework.security.oauth2.provider.token.AuthenticationKeyGenerator org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices org.springframework.security.oauth2.provider.token.ConsumerTokenServices org.springframework.security.oauth2.provider.token.DefaultAccessTokenConverter org.springframework.security.oauth2.provider.token.DefaultAuthenticationKeyGenerator org.springframework.security.oauth2.provider.token.DefaultTokenServices org.springframework.security.oauth2.provider.token.DefaultUserAuthenticationConverter org.springframework.security.oauth2.provider.token.RemoteTokenServices org.springframework.security.oauth2.provider.token.ResourceServerTokenServices org.springframework.security.oauth2.provider.token.TokenEnhancer org.springframework.security.oauth2.provider.token.TokenEnhancerChain org.springframework.security.oauth2.provider.token.TokenStore org.springframework.security.oauth2.provider.token.UserAuthenticationConverter org.springframework.security.oauth2.provider.token.store.DelegatingJwtClaimsSetVerifier org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore org.springframework.security.oauth2.provider.token.store.IssuerClaimVerifier org.springframework.security.oauth2.provider.token.store.JdbcTokenStore org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter org.springframework.security.oauth2.provider.token.store.JwtClaimsSetVerifier org.springframework.security.oauth2.provider.token.store.JwtTokenStore org.springframework.security.oauth2.provider.token.store.KeyStoreKeyFactory org.springframework.security.oauth2.provider.token.store.jwk.JwkException org.springframework.security.oauth2.provider.token.store.jwk.JwkTokenStore org.springframework.security.oauth2.provider.token.store.redis.BaseRedisTokenStoreSerializationStrategy org.springframework.security.oauth2.provider.token.store.redis.JdkSerializationStrategy org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStore org.springframework.security.oauth2.provider.token.store.redis.RedisTokenStoreSerializationStrategy org.springframework.security.oauth2.provider.token.store.redis.StandardStringSerializationStrategy org.springframework.security.oauth2.provider.vote.ClientScopeVoter org.springframework.security.oauth2.provider.vote.ScopeVoter完整文档下载地址类、方法、参数说明spring-security-oauth2-2.3.4.RELEASE.jar中文-英文对照文档.zip下载地址https://hanshuixin.org/resource/details/FRS01KDTJK56GNAVNZ9EAJ57XDEX4spring-security-oauth2 其他版本中文文档下载地址https://hanshuixin.org/resource/translated_javadoc/org.springframework.security.oauth/spring-security-oauth2