Interface 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.
    Since:
    1.5.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidcustomize​(org.springframework.security.config.annotation.web.builders.WebSecurity.IgnoredRequestConfigurer configurer)
      Customize the provided WebSecurity.IgnoredRequestConfigurer.
    • Method Detail

      • customize

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