Class ContentSecurityPolicy


  • public final class ContentSecurityPolicy
    extends Object
    • Constructor Detail

      • ContentSecurityPolicy

        public ContentSecurityPolicy​(javax.jcr.Node cspNode)
                              throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
    • Method Detail

      • getConnectSources

        public String[] getConnectSources()
      • getFontSources

        public String[] getFontSources()
      • getFrameAncestors

        public String[] getFrameAncestors()
      • getFrameSources

        public String[] getFrameSources()
      • getImageSources

        public String[] getImageSources()
      • getScriptSources

        public String[] getScriptSources()
      • getStyleSources

        public String[] getStyleSources()