public class FilterOrdered
extends Object
For Spring Boot implementations, use the Ordered interface, in conjunction with these
order values, on any Filter implementation beans instantiated through Spring. This serves to setup
proper overall http filtering ordering in relation to Spring Security filter chain execution.
If fine-grained ordering control is required for a custom Filter bean before or after an existing Broadleaf filter
bean, refer to the order value used by the target bean and adjust your bean's order appropriately.
- Author:
- Jeff Fischer