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 SecurityState
Response. 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.lang.String headersText, java.lang.String mimeType, Headers requestHeaders, java.lang.String requestHeadersText, java.lang.Boolean connectionReused, java.lang.Number connectionId, java.lang.String remoteIPAddress, java.lang.Integer remotePort, java.lang.Boolean fromDiskCache, java.lang.Boolean fromServiceWorker, java.lang.Boolean fromPrefetchCache, java.lang.Number encodedDataLength, ResourceTiming timing, java.lang.String protocol, SecurityState securityState, 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 SecurityState
SecurityState. fromString(java.lang.String s)
SecurityState
InsecureContentStatus. getDisplayedInsecureContentStyle()
Deprecated.Always set to unknown.SecurityState
InsecureContentStatus. getRanInsecureContentStyle()
Deprecated.Always set to unknown.SecurityState
SecurityStateChanged. getSecurityState()
Security state.SecurityState
SecurityStateExplanation. getSecurityState()
Security state representing the severity of the factor being explained.static SecurityState
SecurityState. 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.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.List<java.lang.String> recommendations)
-