Package io.webfolder.cdp.type.security
Class VisibleSecurityState
java.lang.Object
io.webfolder.cdp.type.security.VisibleSecurityState
Security state information about the page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSecurity state details about the page certificate.The type of Safety Tip triggered on the page.The security level of the page.Array of security state issues ids.void
setCertificateSecurityState
(CertificateSecurityState certificateSecurityState) Security state details about the page certificate.void
setSafetyTipInfo
(SafetyTipInfo safetyTipInfo) The type of Safety Tip triggered on the page.void
setSecurityState
(SecurityState securityState) The security level of the page.void
setSecurityStateIssueIds
(List<String> securityStateIssueIds) Array of security state issues ids.toString()
-
Constructor Details
-
VisibleSecurityState
public VisibleSecurityState()
-
-
Method Details
-
getSecurityState
The security level of the page. -
setSecurityState
The security level of the page. -
getCertificateSecurityState
Security state details about the page certificate. -
setCertificateSecurityState
Security state details about the page certificate. -
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
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
Array of security state issues ids. -
setSecurityStateIssueIds
Array of security state issues ids. -
toString
-