Class VisibleSecurityState


  • @Beta
    public class VisibleSecurityState
    extends java.lang.Object
    Security state information about the page.
    • Constructor Detail

      • VisibleSecurityState

        public VisibleSecurityState​(SecurityState securityState,
                                    java.util.Optional<CertificateSecurityState> certificateSecurityState,
                                    java.util.Optional<SafetyTipInfo> safetyTipInfo,
                                    java.util.List<java.lang.String> securityStateIssueIds)
    • Method Detail

      • getSecurityState

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

        public java.util.Optional<CertificateSecurityState> getCertificateSecurityState()
        Security state details about the page certificate.
      • getSafetyTipInfo

        public java.util.Optional<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.
      • getSecurityStateIssueIds

        public java.util.List<java.lang.String> getSecurityStateIssueIds()
        Array of security state issues ids.