Class OAuth2ExceptionHandlingConfigurerCustomizer
java.lang.Object
cn.herodotus.engine.oauth2.authorization.servlet.OAuth2ExceptionHandlingConfigurerCustomizer
- All Implemented Interfaces:
org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.ExceptionHandlingConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>
public class OAuth2ExceptionHandlingConfigurerCustomizer
extends Object
implements org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.ExceptionHandlingConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>
Description: 授权服务器错误处理自定义器
- Author:
- : gengwei.zheng
- Date:
- : 2025/3/7 22:27
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2ExceptionHandlingConfigurerCustomizer(cn.herodotus.engine.web.core.servlet.template.ThymeleafTemplateHandler templateHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.security.config.annotation.web.configurers.ExceptionHandlingConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity> configurer)
-
Constructor Details
-
OAuth2ExceptionHandlingConfigurerCustomizer
public OAuth2ExceptionHandlingConfigurerCustomizer(cn.herodotus.engine.web.core.servlet.template.ThymeleafTemplateHandler templateHandler)
-
-
Method Details
-
customize
public void customize(org.springframework.security.config.annotation.web.configurers.ExceptionHandlingConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity> configurer) - Specified by:
customizein interfaceorg.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.ExceptionHandlingConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>
-