类 ManagementWebSecurityAutoConfiguration


  • @Configuration
    @ConditionalOnWebApplication
    @ConditionalOnClass(org.springframework.security.config.annotation.web.configuration.EnableWebSecurity.class)
    @EnableConfigurationProperties
    public class ManagementWebSecurityAutoConfiguration
    extends Object
    Auto-configuration for security of framework endpoints. Many aspects of the behavior can be controller with ManagementServerProperties via externalized application properties (or via an bean definition of that type to set the defaults).

    The framework Endpoints (used to expose application information to operations) include a sensitive configuration option which will be used as a security hint by the filter created here.