Class ManagementWebSecurityAutoConfiguration

java.lang.Object
org.springframework.boot.security.autoconfigure.actuate.servlet.ManagementWebSecurityAutoConfiguration

@AutoConfiguration(before=SecurityAutoConfiguration.class, afterName={"org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration","org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration"}) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass({RequestMatcher.class,WebEndpointAutoConfiguration.class}) @ConditionalOnDefaultWebSecurity public final class ManagementWebSecurityAutoConfiguration extends Object
Auto-configuration for Spring Security when actuator is on the classpath. It allows unauthenticated access to the HealthEndpoint. If the user specifies their own SecurityFilterChain bean, this will back-off completely and the user should specify all the bits that they want to configure as part of the custom security configuration.
Since:
4.0.0
Author:
Madhura Bhave, Hatef Palizgar
  • Constructor Details

    • ManagementWebSecurityAutoConfiguration

      public ManagementWebSecurityAutoConfiguration()