Interface EarlyAuthorizationServerSecurityChainCustomizer

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

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

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

    customize