Interface EarlyAuthenticationSecurityChainCustomizer

All Superinterfaces:
org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.builders.HttpSecurity>

public interface EarlyAuthenticationSecurityChainCustomizer extends org.springframework.security.config.Customizer<org.springframework.security.config.annotation.web.builders.HttpSecurity>
Customizer for an HttpSecurity to be applied before the default authentication security filter chain in AuthenticationSecurityConfiguration's security chain.
See Also:
  • Method Summary

    Methods inherited from interface org.springframework.security.config.Customizer

    customize