Interface ResourceServerSynchronizedHttpSecurityPostProcessor

All Superinterfaces:
SynchronizedHttpSecurityPostProcessor

public interface ResourceServerSynchronizedHttpSecurityPostProcessor extends SynchronizedHttpSecurityPostProcessor
Process HttpSecurity 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