Interface ResourceServerReactiveHttpSecurityPostProcessor

All Superinterfaces:
ReactiveHttpSecurityPostProcessor

public interface ResourceServerReactiveHttpSecurityPostProcessor extends ReactiveHttpSecurityPostProcessor
Process ServerHttpSecurity of default security filter-chain after it was processed by spring-addons. This enables to override anything that was auto-configured (or add to it).
Author:
ch4mp