类 OAuth2AuthorizationCodeAuthenticationProviderConsumer
java.lang.Object
cn.herodotus.engine.oauth2.authentication.consumer.OAuth2AuthorizationCodeAuthenticationProviderConsumer
public class OAuth2AuthorizationCodeAuthenticationProviderConsumer
extends Object
implements Consumer<List<org.springframework.security.authentication.AuthenticationProvider>>
Description: OAuth2AuthorizationCodeAuthenticationProvider 扩展
用于替换 SAS 默认配置的 OAuth2AuthorizationCodeAuthenticationProvider,以实现功能的扩展
- 作者:
- : gengwei.zheng
- Date:
- : 2023/9/1 11:33
-
构造器概要
构造器构造器说明OAuth2AuthorizationCodeAuthenticationProviderConsumer(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity, org.springframework.security.core.session.SessionRegistry sessionRegistry) -
方法概要
-
构造器详细资料
-
OAuth2AuthorizationCodeAuthenticationProviderConsumer
public OAuth2AuthorizationCodeAuthenticationProviderConsumer(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity, org.springframework.security.core.session.SessionRegistry sessionRegistry)
-
-
方法详细资料