Class XSSConfigurationProperties
- java.lang.Object
-
- com.broadleafcommerce.resource.security.xss.autoconfigure.XSSConfigurationProperties
-
@ConfigurationProperties(prefix="broadleaf.xss") public class XSSConfigurationProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description XSSConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisPerformValidation()Indicates that requests should be validated for XSS violations.voidsetPerformValidation(boolean performValidation)Indicates that requests should be validated for XSS violations.StringtoString()
-
-
-
Method Detail
-
isPerformValidation
public boolean isPerformValidation()
Indicates that requests should be validated for XSS violations. If this is set to `false`, inputs will be sanitized by default.- See Also:
if you need to override this behavior
-
setPerformValidation
public void setPerformValidation(boolean performValidation)
Indicates that requests should be validated for XSS violations. If this is set to `false`, inputs will be sanitized by default.- See Also:
if you need to override this behavior
-
canEqual
protected boolean canEqual(Object other)
-
-