Class SpringBootAdminWarApplication.SecuritySecureConfig

java.lang.Object
de.codecentric.boot.admin.SpringBootAdminWarApplication.SecuritySecureConfig
Enclosing class:
SpringBootAdminWarApplication

@Profile("secure") @Configuration(proxyBeanMethods=false) public static class SpringBootAdminWarApplication.SecuritySecureConfig extends Object
  • Constructor Details

  • Method Details

    • filterChain

      @Bean protected org.springframework.security.web.SecurityFilterChain filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception