| 程序包 | 说明 |
|---|---|
| org.ballcat.springsecurity.oauth2.server.resource |
| 限定符和类型 | 方法和说明 |
|---|---|
Oauth2ResourceServerSecurityFilterChainBuilder |
OAuth2ResourceServerAutoConfiguration.oauth2ResourceServerSecurityFilterChainBuilder(OAuth2ResourceServerProperties oAuth2ResourceServerProperties,
org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint,
org.springframework.security.oauth2.server.resource.web.BearerTokenResolver bearerTokenResolver,
org.springframework.beans.factory.ObjectProvider<List<OAuth2ResourceServerConfigurerCustomizer>> configurerCustomizersProvider,
org.springframework.beans.factory.ObjectProvider<List<OAuth2ResourceServerExtensionConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>> extensionConfigurersProvider)
资源服务器的过滤器链构建器
|
org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector |
OAuth2ResourceServerAutoConfiguration.opaqueTokenIntrospector(OAuth2ResourceServerProperties oAuth2ResourceServerProperties)
当资源服务器和授权服务器的 token 存储无法共享时,通过远程调用的方式,向授权服务鉴定 token,并同时获取对应的授权信息
|
Copyright © 2023. All rights reserved.