Class OAuth2ResourceServerConfigurerCustomer

java.lang.Object
cn.herodotus.engine.oauth2.authorization.servlet.OAuth2ResourceServerConfigurerCustomer
All Implemented Interfaces:
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 扩展配置

Author:
: gengwei.zheng
Date:
: 2023/8/31 23:27
  • Constructor Summary

    Constructors
    Constructor
    Description
    OAuth2ResourceServerConfigurerCustomer(OAuth2AuthorizationProperties authorizationProperties, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity> configurer)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OAuth2ResourceServerConfigurerCustomer

      public OAuth2ResourceServerConfigurerCustomer(OAuth2AuthorizationProperties authorizationProperties, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector)
  • Method Details

    • customize

      public void customize(org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity> configurer)
      Specified by:
      customize in interface org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.oauth2.server.resource.OAuth2ResourceServerConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>