Package com.aquima.web.config.properties
Class SecurityConfigProperties.XssProtection.XssWhitelistProperties
java.lang.Object
com.aquima.web.config.properties.SecurityConfigProperties.XssProtection.XssWhitelistProperties
- Enclosing class:
SecurityConfigProperties.XssProtection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
String[]
String[]
String[]
int
String[]
getUriAttributes
(String tag) boolean
void
setAllowedAttributes
(Map<String, String[]> allowedAttributes) void
setAllowedGlobalAttributes
(String... allowedGlobalAttributes) void
setAllowedProtocols
(String... allowedProtocols) void
setAllowedTags
(String... allowedTags) void
setEnabled
(boolean enabled) void
setMaxLoopCount
(int count) void
setUriAttributes
(Map<String, String[]> uriAttributes)
-
Constructor Details
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getMaxLoopCount
public int getMaxLoopCount() -
setMaxLoopCount
public void setMaxLoopCount(int count) -
getAllowedProtocols
-
setAllowedProtocols
-
getAllowedTags
-
setAllowedTags
-
getAllowedAttributes
-
getAllowedAttributes
-
setAllowedAttributes
-
getUriAttributes
-
getUriAttributes
-
setUriAttributes
-
getAllowedGlobalAttributes
-
setAllowedGlobalAttributes
-