Class OAuth2SessionManagementConfigurerCustomer
java.lang.Object
cn.herodotus.engine.oauth2.authorization.servlet.OAuth2SessionManagementConfigurerCustomer
- All Implemented Interfaces:
org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.SessionManagementConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>
public class OAuth2SessionManagementConfigurerCustomer
extends Object
implements org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.SessionManagementConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>
Description: SessionManagementConfigurer 扩展配置
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/31 21:32
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2SessionManagementConfigurerCustomer(org.springframework.security.core.session.SessionRegistry sessionRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.security.config.annotation.web.configurers.SessionManagementConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity> configurer)
-
Constructor Details
-
OAuth2SessionManagementConfigurerCustomer
public OAuth2SessionManagementConfigurerCustomer(org.springframework.security.core.session.SessionRegistry sessionRegistry)
-
-
Method Details
-
customize
public void customize(org.springframework.security.config.annotation.web.configurers.SessionManagementConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity> configurer) - Specified by:
customizein interfaceorg.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.configurers.SessionManagementConfigurer<org.springframework.security.config.annotation.web.builders.HttpSecurity>>
-