类 OAuth2ResourceServerConfigurerCustomer
java.lang.Object
cn.herodotus.stirrup.oauth2.authorization.servlet.OAuth2ResourceServerConfigurerCustomer
- 所有已实现的接口:
org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>
public class OAuth2ResourceServerConfigurerCustomer
extends Object
implements org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>
Description: OAuth2ResourceServerConfigurer 扩展配置
- 作者:
- : gengwei.zheng
- Date:
- : 2023/8/31 23:27
-
构造器概要
构造器构造器说明OAuth2ResourceServerConfigurerCustomer(OAuth2AuthorizationProperties authorizationProperties, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector) -
方法概要
修饰符和类型方法说明voidcustomize(org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity> configurer)
-
构造器详细资料
-
OAuth2ResourceServerConfigurerCustomer
public OAuth2ResourceServerConfigurerCustomer(OAuth2AuthorizationProperties authorizationProperties, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector)
-
-
方法详细资料
-
customize
public void customize(org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity> configurer) - 指定者:
customize在接口中org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>
-