接口 IgnoredRequestCustomizer


  • public interface IgnoredRequestCustomizer
    Customizer that can be implemented by beans to configure paths that need to be ignored by Spring Boot's default Spring Security configuration.
    从以下版本开始:
    1.5.0
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidcustomize​(org.springframework.security.config.annotation.web.builders.WebSecurity.IgnoredRequestConfigurer configurer)
      Customize the provided WebSecurity.IgnoredRequestConfigurer.
    • 方法详细资料

      • customize

        void customize​(org.springframework.security.config.annotation.web.builders.WebSecurity.IgnoredRequestConfigurer configurer)
        Customize the provided WebSecurity.IgnoredRequestConfigurer.
        参数:
        configurer - the configurer to customize