-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class InsecureContentStatus
Information about insecure content on the page.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanranMixedContentprivate final BooleandisplayedMixedContentprivate final BooleancontainedMixedFormprivate final BooleanranContentWithCertErrorsprivate final BooleandisplayedContentWithCertErrorsprivate final SecurityStateranInsecureContentStyleprivate final SecurityStatedisplayedInsecureContentStyle
-
Constructor Summary
Constructors Constructor Description InsecureContentStatus(Boolean ranMixedContent, Boolean displayedMixedContent, Boolean containedMixedForm, Boolean ranContentWithCertErrors, Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Booleancomponent2()final Booleancomponent3()final Booleancomponent4()final Booleancomponent5()final SecurityStatecomponent6()final SecurityStatecomponent7()final InsecureContentStatuscopy(Boolean ranMixedContent, Boolean displayedMixedContent, Boolean containedMixedForm, Boolean ranContentWithCertErrors, Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle)final BooleangetRanMixedContent()Always false. final BooleangetDisplayedMixedContent()Always false. final BooleangetContainedMixedForm()Always false. final BooleangetRanContentWithCertErrors()Always false. final BooleangetDisplayedContentWithCertErrors()Always false. final SecurityStategetRanInsecureContentStyle()Always set to unknown. final SecurityStategetDisplayedInsecureContentStyle()Always set to unknown. -
-
Constructor Detail
-
InsecureContentStatus
InsecureContentStatus(Boolean ranMixedContent, Boolean displayedMixedContent, Boolean containedMixedForm, Boolean ranContentWithCertErrors, Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle)
-
-
Method Detail
-
component1
final Boolean component1()
-
component2
final Boolean component2()
-
component3
final Boolean component3()
-
component4
final Boolean component4()
-
component5
final Boolean component5()
-
component6
final SecurityState component6()
-
component7
final SecurityState component7()
-
copy
final InsecureContentStatus copy(Boolean ranMixedContent, Boolean displayedMixedContent, Boolean containedMixedForm, Boolean ranContentWithCertErrors, Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle)
-
getRanMixedContent
final Boolean getRanMixedContent()
Always false.
-
getDisplayedMixedContent
final Boolean getDisplayedMixedContent()
Always false.
-
getContainedMixedForm
final Boolean getContainedMixedForm()
Always false.
-
getRanContentWithCertErrors
final Boolean getRanContentWithCertErrors()
Always false.
-
getDisplayedContentWithCertErrors
final Boolean getDisplayedContentWithCertErrors()
Always false.
-
getRanInsecureContentStyle
final SecurityState getRanInsecureContentStyle()
Always set to unknown.
-
getDisplayedInsecureContentStyle
final SecurityState getDisplayedInsecureContentStyle()
Always set to unknown.
-
-
-
-