Class InsecureContentStatus

java.lang.Object
io.webfolder.cdp.type.security.InsecureContentStatus

public class InsecureContentStatus extends Object
Information about insecure content on the page.
  • Constructor Details

    • InsecureContentStatus

      public InsecureContentStatus()
  • Method Details

    • isRanMixedContent

      public Boolean isRanMixedContent()
      Always false.
    • setRanMixedContent

      public void setRanMixedContent(Boolean ranMixedContent)
      Always false.
    • isDisplayedMixedContent

      public Boolean isDisplayedMixedContent()
      Always false.
    • setDisplayedMixedContent

      public void setDisplayedMixedContent(Boolean displayedMixedContent)
      Always false.
    • isContainedMixedForm

      public Boolean isContainedMixedForm()
      Always false.
    • setContainedMixedForm

      public void setContainedMixedForm(Boolean containedMixedForm)
      Always false.
    • isRanContentWithCertErrors

      public Boolean isRanContentWithCertErrors()
      Always false.
    • setRanContentWithCertErrors

      public void setRanContentWithCertErrors(Boolean ranContentWithCertErrors)
      Always false.
    • isDisplayedContentWithCertErrors

      public Boolean isDisplayedContentWithCertErrors()
      Always false.
    • setDisplayedContentWithCertErrors

      public void setDisplayedContentWithCertErrors(Boolean displayedContentWithCertErrors)
      Always false.
    • getRanInsecureContentStyle

      public SecurityState getRanInsecureContentStyle()
      Always set to unknown.
    • setRanInsecureContentStyle

      public void setRanInsecureContentStyle(SecurityState ranInsecureContentStyle)
      Always set to unknown.
    • getDisplayedInsecureContentStyle

      public SecurityState getDisplayedInsecureContentStyle()
      Always set to unknown.
    • setDisplayedInsecureContentStyle

      public void setDisplayedInsecureContentStyle(SecurityState displayedInsecureContentStyle)
      Always set to unknown.
    • toString

      public String toString()
      Overrides:
      toString in class Object