类 SecuritySecureConfig
java.lang.Object
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
net.guerlab.smart.platform.basic.admin.SecuritySecureConfig
- 所有已实现的接口:
org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>,org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
@Configuration(proxyBeanMethods=false)
public class SecuritySecureConfig
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
安全配置
- 作者:
- guer
-
构造器概要
构造器 构造器 说明 SecuritySecureConfig(de.codecentric.boot.admin.server.config.AdminServerProperties adminServer) -
方法概要
修饰符和类型 方法 说明 protected voidconfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)从类继承的方法 org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean
-
构造器详细资料
-
SecuritySecureConfig
public SecuritySecureConfig(de.codecentric.boot.admin.server.config.AdminServerProperties adminServer)
-
-
方法详细资料
-
configure
protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws java.lang.Exception- 覆盖:
configure在类中org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter- 抛出:
java.lang.Exception
-