org.springframework.security.oauth : spring-security-oauth2 中文文档(中英对照·API·接口·操作手册·全版本)以2.3.4.RELEASE为例,含Maven依赖、jar包、源码

发布于: 2026-01-02 | 浏览量: 加载中...

返回开源软件分享列表
org.springframework.security.oauth spring-security-oauth2 2.3.4.RELEASE API文档 接口文档 中文文档 中英对照 Java JavaDoc 操作手册 Maven依赖 Gradle依赖 Java开发 使用指南 离线文档 Java编程 寒水馨

[toc]

完整文档下载地址(类、方法、参数说明)

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-security-oauth2-2.3.4.RELEASE.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-security-oauth2-2.3.4.RELEASE.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-security-oauth2-2.3.4.RELEASE.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-security-oauth2-2.3.4.RELEASE-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-security-oauth2-2.3.4.RELEASE.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: OAuth2 for Spring Security
  • 描述: 为Spring Security提供OAuth2支持的模块
  • 版本: 2.3.4.RELEASE

Maven依赖

<dependency>
	<groupId>org.springframework.security.oauth</groupId>
	<artifactId>spring-security-oauth2</artifactId>
	<version>2.3.4.RELEASE</version>
</dependency> 

Gradle依赖

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
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 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 

完整文档下载地址(类、方法、参数说明)