Class SecurityStateChanged


  • public class SecurityStateChanged
    extends Object
    The security state of the page changed
    • Constructor Detail

      • SecurityStateChanged

        public SecurityStateChanged()
    • Method Detail

      • getSecurityState

        public SecurityState getSecurityState()
        Security state.
      • setSecurityState

        public void setSecurityState​(SecurityState securityState)
        Security state.
      • isSchemeIsCryptographic

        public Boolean isSchemeIsCryptographic()
        True if the page was loaded over cryptographic transport such as HTTPS.
      • setSchemeIsCryptographic

        public void setSchemeIsCryptographic​(Boolean schemeIsCryptographic)
        True if the page was loaded over cryptographic transport such as HTTPS.
      • getExplanations

        public List<SecurityStateExplanation> getExplanations()
        List of explanations for the security state. If the overall security state is insecure or warning, at least one corresponding explanation should be included.
      • setExplanations

        public void setExplanations​(List<SecurityStateExplanation> explanations)
        List of explanations for the security state. If the overall security state is insecure or warning, at least one corresponding explanation should be included.
      • getInsecureContentStatus

        public InsecureContentStatus getInsecureContentStatus()
        Information about insecure content on the page.
      • setInsecureContentStatus

        public void setInsecureContentStatus​(InsecureContentStatus insecureContentStatus)
        Information about insecure content on the page.
      • getSummary

        public String getSummary()
        Overrides user-visible description of the state.
      • setSummary

        public void setSummary​(String summary)
        Overrides user-visible description of the state.