Uses of Class
org.openqa.selenium.devtools.security.model.SecurityState
-
Packages that use SecurityState Package Description org.openqa.selenium.devtools.network.model org.openqa.selenium.devtools.security.model -
-
Uses of SecurityState in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return SecurityState Modifier and Type Method Description SecurityStateResponse. getSecurityState()Security state of the request resource.Constructors in org.openqa.selenium.devtools.network.model with parameters of type SecurityState Constructor Description Response(java.lang.String url, java.lang.Integer status, java.lang.String statusText, Headers headers, java.util.Optional<java.lang.String> headersText, java.lang.String mimeType, java.util.Optional<Headers> requestHeaders, java.util.Optional<java.lang.String> requestHeadersText, java.lang.Boolean connectionReused, java.lang.Number connectionId, java.util.Optional<java.lang.String> remoteIPAddress, java.util.Optional<java.lang.Integer> remotePort, java.util.Optional<java.lang.Boolean> fromDiskCache, java.util.Optional<java.lang.Boolean> fromServiceWorker, java.util.Optional<java.lang.Boolean> fromPrefetchCache, java.lang.Number encodedDataLength, java.util.Optional<ResourceTiming> timing, java.util.Optional<java.lang.String> protocol, SecurityState securityState, java.util.Optional<SecurityDetails> securityDetails) -
Uses of SecurityState in org.openqa.selenium.devtools.security.model
Methods in org.openqa.selenium.devtools.security.model that return SecurityState Modifier and Type Method Description static SecurityStateSecurityState. fromString(java.lang.String s)SecurityStateInsecureContentStatus. getDisplayedInsecureContentStyle()Deprecated.Always set to unknown.SecurityStateInsecureContentStatus. getRanInsecureContentStyle()Deprecated.Always set to unknown.SecurityStateSecurityStateChanged. getSecurityState()Security state.SecurityStateSecurityStateExplanation. getSecurityState()Security state representing the severity of the factor being explained.SecurityStateVisibleSecurityState. getSecurityState()The security level of the page.static SecurityStateSecurityState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SecurityState[]SecurityState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.security.model with parameters of type SecurityState Constructor Description InsecureContentStatus(java.lang.Boolean ranMixedContent, java.lang.Boolean displayedMixedContent, java.lang.Boolean containedMixedForm, java.lang.Boolean ranContentWithCertErrors, java.lang.Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle)Deprecated.SecurityStateChanged(SecurityState securityState, java.lang.Boolean schemeIsCryptographic, java.util.List<SecurityStateExplanation> explanations, InsecureContentStatus insecureContentStatus, java.util.Optional<java.lang.String> summary)SecurityStateExplanation(SecurityState securityState, java.lang.String title, java.lang.String summary, java.lang.String description, MixedContentType mixedContentType, java.util.List<java.lang.String> certificate, java.util.Optional<java.util.List<java.lang.String>> recommendations)VisibleSecurityState(SecurityState securityState, java.util.Optional<CertificateSecurityState> certificateSecurityState, java.util.Optional<SafetyTipInfo> safetyTipInfo, java.util.List<java.lang.String> securityStateIssueIds)
-