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.-
Method Summary
Methods inherited from interface org.springframework.security.config.Customizer
customize