Interface LateAuthorizationServerSecurityChainCustomizer

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

public interface LateAuthorizationServerSecurityChainCustomizer 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 SpringAuthorizationServerSecurityConfiguration's security filter chain.
See Also:
  • Method Summary

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

    customize