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 Type Method Description voidcustomize(org.springframework.security.config.annotation.web.builders.WebSecurity.IgnoredRequestConfigurer configurer)Customize the providedWebSecurity.IgnoredRequestConfigurer.
Method Detail
customize
void customize(org.springframework.security.config.annotation.web.builders.WebSecurity.IgnoredRequestConfigurer configurer)
Customize the providedWebSecurity.IgnoredRequestConfigurer.- Parameters:
configurer- the configurer to customize