Class SecurityStateExplanation
java.lang.Object
org.openqa.selenium.devtools.v123.security.model.SecurityStateExplanation
An explanation of an factor contributing to the security state.
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityStateExplanation
(SecurityState securityState, String title, String summary, String description, MixedContentType mixedContentType, List<String> certificate, Optional<List<String>> recommendations) -
Method Summary
Modifier and TypeMethodDescriptionPage certificate.Full text explanation of the factor.The type of mixed content described by the explanation.Recommendations to fix any issues.Security state representing the severity of the factor being explained.Short phrase describing the type of factor.getTitle()
Title describing the type of factor.
-
Constructor Details
-
SecurityStateExplanation
public SecurityStateExplanation(SecurityState securityState, String title, String summary, String description, MixedContentType mixedContentType, List<String> certificate, Optional<List<String>> recommendations)
-
-
Method Details
-
getSecurityState
Security state representing the severity of the factor being explained. -
getTitle
Title describing the type of factor. -
getSummary
Short phrase describing the type of factor. -
getDescription
Full text explanation of the factor. -
getMixedContentType
The type of mixed content described by the explanation. -
getCertificate
Page certificate. -
getRecommendations
Recommendations to fix any issues.
-