Class FilterOrdered
java.lang.Object
org.broadleafcommerce.common.web.filter.FilterOrdered
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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PRE_SECURITY_HIGH
public static final int PRE_SECURITY_HIGH- See Also:
-
PRE_SECURITY_MEDIUM
public static final int PRE_SECURITY_MEDIUM- See Also:
-
PRE_SECURITY_LOW
public static final int PRE_SECURITY_LOW- See Also:
-
POST_SECURITY_HIGH
public static final int POST_SECURITY_HIGH- See Also:
-
POST_SECURITY_MEDIUM
public static final int POST_SECURITY_MEDIUM- See Also:
-
POST_SECURITY_LOW
public static final int POST_SECURITY_LOW- See Also:
-
-
Constructor Details
-
FilterOrdered
public FilterOrdered()
-