Class InsecureContentStatus


  • @Deprecated
    public class InsecureContentStatus
    extends java.lang.Object
    Deprecated.
    Information about insecure content on the page.
    • Constructor Detail

      • InsecureContentStatus

        public InsecureContentStatus​(java.lang.Boolean ranMixedContent,
                                     java.lang.Boolean displayedMixedContent,
                                     java.lang.Boolean containedMixedForm,
                                     java.lang.Boolean ranContentWithCertErrors,
                                     java.lang.Boolean displayedContentWithCertErrors,
                                     SecurityState ranInsecureContentStyle,
                                     SecurityState displayedInsecureContentStyle)
        Deprecated.
    • Method Detail

      • getRanMixedContent

        public java.lang.Boolean getRanMixedContent()
        Deprecated.
        Always false.
      • getDisplayedMixedContent

        public java.lang.Boolean getDisplayedMixedContent()
        Deprecated.
        Always false.
      • getContainedMixedForm

        public java.lang.Boolean getContainedMixedForm()
        Deprecated.
        Always false.
      • getRanContentWithCertErrors

        public java.lang.Boolean getRanContentWithCertErrors()
        Deprecated.
        Always false.
      • getDisplayedContentWithCertErrors

        public java.lang.Boolean getDisplayedContentWithCertErrors()
        Deprecated.
        Always false.
      • getRanInsecureContentStyle

        public SecurityState getRanInsecureContentStyle()
        Deprecated.
        Always set to unknown.
      • getDisplayedInsecureContentStyle

        public SecurityState getDisplayedInsecureContentStyle()
        Deprecated.
        Always set to unknown.