public class SecurityStateChanged extends Object
Constructor and Description |
---|
SecurityStateChanged() |
Modifier and Type | Method and Description |
---|---|
List<SecurityStateExplanation> |
getExplanations()
List of explanations for the security state.
|
InsecureContentStatus |
getInsecureContentStatus()
Information about insecure content on the page.
|
SecurityState |
getSecurityState()
Security state.
|
String |
getSummary()
Overrides user-visible description of the state.
|
Boolean |
isSchemeIsCryptographic()
True if the page was loaded over cryptographic transport such as HTTPS.
|
void |
setExplanations(List<SecurityStateExplanation> explanations)
List of explanations for the security state.
|
void |
setInsecureContentStatus(InsecureContentStatus insecureContentStatus)
Information about insecure content on the page.
|
void |
setSchemeIsCryptographic(Boolean schemeIsCryptographic)
True if the page was loaded over cryptographic transport such as HTTPS.
|
void |
setSecurityState(SecurityState securityState)
Security state.
|
void |
setSummary(String summary)
Overrides user-visible description of the state.
|
public SecurityState getSecurityState()
public void setSecurityState(SecurityState securityState)
public Boolean isSchemeIsCryptographic()
public void setSchemeIsCryptographic(Boolean schemeIsCryptographic)
public List<SecurityStateExplanation> getExplanations()
insecure
or
warning
, at least one corresponding explanation should be included.public void setExplanations(List<SecurityStateExplanation> explanations)
insecure
or
warning
, at least one corresponding explanation should be included.public InsecureContentStatus getInsecureContentStatus()
public void setInsecureContentStatus(InsecureContentStatus insecureContentStatus)
public String getSummary()
public void setSummary(String summary)
Copyright © 2017, 2019–2019 WebFolder OÜ. All rights reserved.