文件名称: spring-security-oauth2-resource-server-6.5.1.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-resource-server</artifactId>
<version>6.5.1</version>
</dependency>Gradle:
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-resource-server', version: '6.5.1'
Gradle (Short):
implementation 'org.springframework.security:spring-security-oauth2-resource-server:6.5.1'
Gradle (Kotlin):
implementation("org.springframework.security:spring-security-oauth2-resource-server:6.5.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.security.oauth2.server.resource
org.springframework.security.oauth2.server.resource.authentication
org.springframework.security.oauth2.server.resource.introspection
org.springframework.security.oauth2.server.resource.web
org.springframework.security.oauth2.server.resource.web.access
org.springframework.security.oauth2.server.resource.web.access.server
org.springframework.security.oauth2.server.resource.web.authentication
org.springframework.security.oauth2.server.resource.web.reactive.function.client
org.springframework.security.oauth2.server.resource.web.server
org.springframework.security.oauth2.server.resource.web.server.authenticationorg.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken
org.springframework.security.oauth2.server.resource.BearerTokenError
org.springframework.security.oauth2.server.resource.BearerTokenErrorCodes
org.springframework.security.oauth2.server.resource.BearerTokenErrors
org.springframework.security.oauth2.server.resource.InvalidBearerTokenException
org.springframework.security.oauth2.server.resource.authentication.AbstractOAuth2TokenAuthenticationToken
org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication
org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken
org.springframework.security.oauth2.server.resource.authentication.DPoPAuthenticationProvider
org.springframework.security.oauth2.server.resource.authentication.DPoPAuthenticationToken
org.springframework.security.oauth2.server.resource.authentication.DelegatingJwtGrantedAuthoritiesConverter
org.springframework.security.oauth2.server.resource.authentication.ExpressionJwtGrantedAuthoritiesConverter
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationProvider
org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken
org.springframework.security.oauth2.server.resource.authentication.JwtBearerTokenAuthenticationConverter
org.springframework.security.oauth2.server.resource.authentication.JwtGrantedAuthoritiesConverter
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerAuthenticationManagerResolver
org.springframework.security.oauth2.server.resource.authentication.JwtIssuerReactiveAuthenticationManagerResolver
org.springframework.security.oauth2.server.resource.authentication.JwtReactiveAuthenticationManager
org.springframework.security.oauth2.server.resource.authentication.OpaqueTokenAuthenticationProvider
org.springframework.security.oauth2.server.resource.authentication.OpaqueTokenReactiveAuthenticationManager
org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtAuthenticationConverter
org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtAuthenticationConverterAdapter
org.springframework.security.oauth2.server.resource.authentication.ReactiveJwtGrantedAuthoritiesConverterAdapter
org.springframework.security.oauth2.server.resource.introspection.BadOpaqueTokenException
org.springframework.security.oauth2.server.resource.introspection.NimbusOpaqueTokenIntrospector
org.springframework.security.oauth2.server.resource.introspection.NimbusReactiveOpaqueTokenIntrospector
org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionAuthenticatedPrincipal
org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException
org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenAuthenticationConverter
org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector
org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenAuthenticationConverter
org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector
org.springframework.security.oauth2.server.resource.introspection.SpringOpaqueTokenIntrospector
org.springframework.security.oauth2.server.resource.introspection.SpringOpaqueTokenIntrospector.Builder
org.springframework.security.oauth2.server.resource.introspection.SpringReactiveOpaqueTokenIntrospector
org.springframework.security.oauth2.server.resource.introspection.SpringReactiveOpaqueTokenIntrospector.Builder
org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationEntryPoint
org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter
org.springframework.security.oauth2.server.resource.web.BearerTokenResolver
org.springframework.security.oauth2.server.resource.web.DefaultBearerTokenResolver
org.springframework.security.oauth2.server.resource.web.HeaderBearerTokenResolver
org.springframework.security.oauth2.server.resource.web.access.BearerTokenAccessDeniedHandler
org.springframework.security.oauth2.server.resource.web.access.server.BearerTokenServerAccessDeniedHandler
org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter
org.springframework.security.oauth2.server.resource.web.reactive.function.client.ServerBearerExchangeFilterFunction
org.springframework.security.oauth2.server.resource.web.reactive.function.client.ServletBearerExchangeFilterFunction
org.springframework.security.oauth2.server.resource.web.server.BearerTokenServerAuthenticationEntryPoint
org.springframework.security.oauth2.server.resource.web.server.authentication.ServerBearerTokenAuthenticationConverter