Interface LateAuthenticationSecurityChainCustomizer

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

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

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

    customize