Class ServletOAuth2AuthorizationConfigurerManager
java.lang.Object
cn.herodotus.engine.oauth2.authorization.servlet.ServletOAuth2AuthorizationConfigurerManager
Description: 资源服务器通用 Bean 配置器
重新嵌套一层 Bean,将资源服务器中通用的 Bean 进行封装。减少使用时重复注入相同的内容,方便使用。
- Author:
- : gengwei.zheng
- Date:
- : 2025/3/8 0:50
-
Constructor Summary
ConstructorsConstructorDescriptionServletOAuth2AuthorizationConfigurerManager(cn.herodotus.engine.web.core.servlet.template.ThymeleafTemplateHandler thymeleafTemplateHandler, OAuth2AuthorizationProperties oauth2AuthorizationProperties, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector, OAuth2SessionManagementConfigurerCustomer oauth2SessionManagementConfigurerCustomer, ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer, ServletSecurityAuthorizationManager servletSecurityAuthorizationManager) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ServletOAuth2AuthorizationConfigurerManager
public ServletOAuth2AuthorizationConfigurerManager(cn.herodotus.engine.web.core.servlet.template.ThymeleafTemplateHandler thymeleafTemplateHandler, OAuth2AuthorizationProperties oauth2AuthorizationProperties, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector, OAuth2SessionManagementConfigurerCustomer oauth2SessionManagementConfigurerCustomer, ServletOAuth2ResourceMatcherConfigurer servletOAuth2ResourceMatcherConfigurer, ServletSecurityAuthorizationManager servletSecurityAuthorizationManager)
-
-
Method Details
-
getOAuth2ResourceServerConfigurerCustomer
-
getOAuth2SessionManagementConfigurerCustomer
-
getOAuth2AuthorizeHttpRequestsConfigurerCustomer
public OAuth2AuthorizeHttpRequestsConfigurerCustomer getOAuth2AuthorizeHttpRequestsConfigurerCustomer() -
getOAuth2ExceptionHandlingConfigurerCustomizer
-