public interface SecurityContextManager
安全管理器
收集系统中的授权配置管理器(AuthorizeConfigManager)和资源授权拦截器HttpSecurityInterceptor实例,可以配置多个HttpSecurityInterceptor实例
然后将收集到的实例配置spring security中| Modifier and Type | Method and Description |
|---|---|
void |
config(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
配置安全管理器
|
void |
config(org.springframework.security.config.annotation.web.builders.WebSecurity web)
配置WebSecurity
|
Copyright © 2021. All rights reserved.