Class SpringBootAdminConsulApplication.SecurityPermitAllConfig

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

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

    Constructors
    Constructor
    Description
    SecurityPermitAllConfig(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

    • SecurityPermitAllConfig

      public SecurityPermitAllConfig(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