Package de.codecentric.boot.admin
Class SpringBootAdminEurekaApplication.SecuritySecureConfig
java.lang.Object
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
de.codecentric.boot.admin.SpringBootAdminEurekaApplication.SecuritySecureConfig
- All Implemented Interfaces:
org.springframework.security.config.annotation.SecurityConfigurer<jakarta.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>
- Enclosing class:
- SpringBootAdminEurekaApplication
@Profile("secure")
@Configuration(proxyBeanMethods=false)
public static class SpringBootAdminEurekaApplication.SecuritySecureConfig
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
-
Constructor Summary
ConstructorsConstructorDescriptionSecuritySecureConfig(de.codecentric.boot.admin.server.config.AdminServerProperties adminServerProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) Methods inherited from class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean
-
Constructor Details
-
SecuritySecureConfig
public SecuritySecureConfig(de.codecentric.boot.admin.server.config.AdminServerProperties adminServerProperties)
-
-
Method Details