Class VisibleSecurityState

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

public class VisibleSecurityState extends Object
Security state information about the page.
  • Constructor Details

    • VisibleSecurityState

      public VisibleSecurityState()
  • Method Details

    • getSecurityState

      public SecurityState getSecurityState()
      The security level of the page.
    • setSecurityState

      public void setSecurityState(SecurityState securityState)
      The security level of the page.
    • getCertificateSecurityState

      public CertificateSecurityState getCertificateSecurityState()
      Security state details about the page certificate.
    • setCertificateSecurityState

      public void setCertificateSecurityState(CertificateSecurityState certificateSecurityState)
      Security state details about the page certificate.
    • getSafetyTipInfo

      public SafetyTipInfo getSafetyTipInfo()
      The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.
    • setSafetyTipInfo

      public void setSafetyTipInfo(SafetyTipInfo safetyTipInfo)
      The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.
    • getSecurityStateIssueIds

      public List<String> getSecurityStateIssueIds()
      Array of security state issues ids.
    • setSecurityStateIssueIds

      public void setSecurityStateIssueIds(List<String> securityStateIssueIds)
      Array of security state issues ids.
    • toString

      public String toString()
      Overrides:
      toString in class Object