Class SpringBootAdminEurekaApplication.SecurityPermitAllConfig

java.lang.Object
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
de.codecentric.boot.admin.SpringBootAdminEurekaApplication.SecurityPermitAllConfig
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("insecure") @Configuration(proxyBeanMethods=false) public static class SpringBootAdminEurekaApplication.SecurityPermitAllConfig extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected void
    configure(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

    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

    • configure

      protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Overrides:
      configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
      Throws:
      Exception