Class SpringBootAdminConsulApplication.SecuritySecureConfig

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

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

    Constructors
    Constructor
    Description
    SecuritySecureConfig(de.codecentric.boot.admin.server.config.AdminServerProperties adminServerProperties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.security.web.SecurityFilterChain
    filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecuritySecureConfig

      public SecuritySecureConfig(de.codecentric.boot.admin.server.config.AdminServerProperties adminServerProperties)
  • Method Details

    • filterChain

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