public class SecurityStateChanged extends Object
Constructor | Description |
---|---|
SecurityStateChanged() |
Modifier and Type | Method | 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, 2018–2018 WebFolder OÜ. All rights reserved.