@Configuration @AutoConfigureBefore(value=top.dcenter.ums.security.common.config.SecurityCoreAutoConfigurer.class) public class ErrorHttpSecurityAware extends Object implements top.dcenter.ums.security.common.api.config.HttpSecurityAware
| 构造器和说明 |
|---|
ErrorHttpSecurityAware() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
void |
configure(org.springframework.security.config.annotation.web.builders.WebSecurity web) |
Map<String,Map<top.dcenter.ums.security.common.bean.UriHttpMethodTuple,Set<String>>> |
getAuthorizeRequestMap() |
void |
postConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
void |
preConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
public void configure(org.springframework.security.config.annotation.web.builders.WebSecurity web)
configure 在接口中 top.dcenter.ums.security.common.api.config.HttpSecurityAwarepublic void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
throws Exception
configure 在接口中 top.dcenter.ums.security.common.api.config.HttpSecurityAwareExceptionpublic void preConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
preConfigure 在接口中 top.dcenter.ums.security.common.api.config.HttpSecurityAwarepublic void postConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
postConfigure 在接口中 top.dcenter.ums.security.common.api.config.HttpSecurityAwareCopyright © 2021. All rights reserved.