Class SecurityConfigProperties.XssProtection.XssWhitelistProperties

java.lang.Object
com.aquima.web.config.properties.SecurityConfigProperties.XssProtection.XssWhitelistProperties
Enclosing class:
SecurityConfigProperties.XssProtection

public static class SecurityConfigProperties.XssProtection.XssWhitelistProperties extends Object
  • Constructor Details Link icon

    • XssWhitelistProperties Link icon

      public XssWhitelistProperties()
  • Method Details Link icon

    • isEnabled Link icon

      public boolean isEnabled()
    • setEnabled Link icon

      public void setEnabled(boolean enabled)
    • getMaxLoopCount Link icon

      public int getMaxLoopCount()
    • setMaxLoopCount Link icon

      public void setMaxLoopCount(int count)
    • getAllowedProtocols Link icon

      public String[] getAllowedProtocols()
    • setAllowedProtocols Link icon

      public void setAllowedProtocols(String... allowedProtocols)
    • getAllowedTags Link icon

      public String[] getAllowedTags()
    • setAllowedTags Link icon

      public void setAllowedTags(String... allowedTags)
    • getAllowedAttributes Link icon

      public String[] getAllowedAttributes(String tag)
    • getAllowedAttributes Link icon

      public Map<String,String[]> getAllowedAttributes()
    • setAllowedAttributes Link icon

      public void setAllowedAttributes(Map<String,String[]> allowedAttributes)
    • getUriAttributes Link icon

      public String[] getUriAttributes(String tag)
    • getUriAttributes Link icon

      public Map<String,String[]> getUriAttributes()
    • setUriAttributes Link icon

      public void setUriAttributes(Map<String,String[]> uriAttributes)
    • getAllowedGlobalAttributes Link icon

      public String[] getAllowedGlobalAttributes()
    • setAllowedGlobalAttributes Link icon

      public void setAllowedGlobalAttributes(String... allowedGlobalAttributes)