Class SecurityStateChanged
- java.lang.Object
-
- org.openqa.selenium.devtools.v108.security.model.SecurityStateChanged
-
@Deprecated public class SecurityStateChanged extends java.lang.Object
Deprecated.The security state of the page changed. No longer being sent.
-
-
Constructor Summary
Constructors Constructor Description SecurityStateChanged(SecurityState securityState, java.lang.Boolean schemeIsCryptographic, java.util.List<SecurityStateExplanation> explanations, InsecureContentStatus insecureContentStatus, java.util.Optional<java.lang.String> summary)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<SecurityStateExplanation>
getExplanations()
Deprecated.InsecureContentStatus
getInsecureContentStatus()
Deprecated.java.lang.Boolean
getSchemeIsCryptographic()
Deprecated.SecurityState
getSecurityState()
Deprecated.Security state.java.util.Optional<java.lang.String>
getSummary()
Deprecated.
-
-
-
Constructor Detail
-
SecurityStateChanged
public SecurityStateChanged(SecurityState securityState, java.lang.Boolean schemeIsCryptographic, java.util.List<SecurityStateExplanation> explanations, InsecureContentStatus insecureContentStatus, java.util.Optional<java.lang.String> summary)
Deprecated.
-
-
Method Detail
-
getSecurityState
public SecurityState getSecurityState()
Deprecated.Security state.
-
getSchemeIsCryptographic
@Deprecated public java.lang.Boolean getSchemeIsCryptographic()
Deprecated.True if the page was loaded over cryptographic transport such as HTTPS.
-
getExplanations
@Deprecated public java.util.List<SecurityStateExplanation> getExplanations()
Deprecated.Previously a list of explanations for the security state. Now always empty.
-
getInsecureContentStatus
@Deprecated public InsecureContentStatus getInsecureContentStatus()
Deprecated.Information about insecure content on the page.
-
getSummary
@Deprecated public java.util.Optional<java.lang.String> getSummary()
Deprecated.Overrides user-visible description of the state. Always omitted.
-
-