news 2026/6/24 6:43:59

org.springframework.security.oauth : spring-security-oauth2 中文文档(中英对照·API·接口·操作手册·全版本)以2.3.4.RELEASE

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
org.springframework.security.oauth : spring-security-oauth2 中文文档(中英对照·API·接口·操作手册·全版本)以2.3.4.RELEASE

文章目录

    • 完整文档下载地址(类、方法、参数说明)
    • 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/FRS01KDTJK56GNAVNZ9EAJ57XDEX4
  • spring-security-oauth2 其他版本中文文档下载地址:https://hanshuixin.org/resource/translated_javadoc/org.springframework.security.oauth/spring-security-oauth2

spring-security-oauth2-2.3.4.RELEASE.jar中文-英文对照文档.zip 中包含以下内容

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

版权声明与来源信息

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

  • 组件 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/FRS01KDTJK56GNAVNZ9EAJ57XDEX4
  • spring-security-oauth2 其他版本中文文档下载地址:https://hanshuixin.org/resource/translated_javadoc/org.springframework.security.oauth/spring-security-oauth2
版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/6/24 6:37:22

BabelDOC:让PDF文档实现智能双语翻译的5步魔法

BabelDOC&#xff1a;让PDF文档实现智能双语翻译的5步魔法 【免费下载链接】BabelDOC Yet Another Document Translator 项目地址: https://gitcode.com/GitHub_Trending/ba/BabelDOC 你是否曾为阅读英文PDF论文而头疼&#xff1f;或是需要将技术文档翻译成多语言版本&a…

作者头像 李华
网站建设 2026/6/24 6:36:59

如何快速上手E-Viewer?新手必备的UWP应用安装与基础操作教程

如何快速上手E-Viewer&#xff1f;新手必备的UWP应用安装与基础操作教程 【免费下载链接】E-Viewer An UWP Client for https://e-hentai.org. 项目地址: https://gitcode.com/gh_mirrors/ev/E-Viewer E-Viewer是一款专为Windows 10/11设计的UWP客户端&#xff0c;为e-h…

作者头像 李华
网站建设 2026/6/24 6:30:03

如何快速构建Windows自动化脚本:DF-AutomatedTool终极指南

如何快速构建Windows自动化脚本&#xff1a;DF-AutomatedTool终极指南 【免费下载链接】DF-AutomatedTool 三角洲自动化工具&#xff0c;自由设置&#xff0c;支持单端市场倒卖子弹抢枪皮等一系列自动化点击操作&#xff0c;以及双端倒卖等一系列操作。 项目地址: https://gi…

作者头像 李华
网站建设 2026/6/24 6:28:40

ScratchAddons路线图:未来将加入的5大令人期待的创新功能

ScratchAddons路线图&#xff1a;未来将加入的5大令人期待的创新功能 【免费下载链接】ScratchAddons All-in-one browser extension for Scratch. 项目地址: https://gitcode.com/gh_mirrors/sc/ScratchAddons ScratchAddons作为Scratch社区最受欢迎的全功能浏览器扩展…

作者头像 李华
网站建设 2026/6/24 6:25:21

Continuum未来路线图:开源Reddit客户端的发展方向和社区规划

Continuum未来路线图&#xff1a;开源Reddit客户端的发展方向和社区规划 【免费下载链接】continuum A Reddit client for Android 项目地址: https://gitcode.com/gh_mirrors/continuum6/continuum Continuum是一款专为Android用户设计的开源Reddit客户端&#xff0c;提…

作者头像 李华