@Deprecated public class InsecureContentStatus extends Object
| Constructor and Description |
|---|
InsecureContentStatus()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getContainedMixedForm()
Deprecated.
Always false.
|
Boolean |
getDisplayedContentWithCertErrors()
Deprecated.
Always false.
|
SecurityState |
getDisplayedInsecureContentStyle()
Deprecated.
Always set to unknown.
|
Boolean |
getDisplayedMixedContent()
Deprecated.
Always false.
|
Boolean |
getRanContentWithCertErrors()
Deprecated.
Always false.
|
SecurityState |
getRanInsecureContentStyle()
Deprecated.
Always set to unknown.
|
Boolean |
getRanMixedContent()
Deprecated.
Always false.
|
void |
setContainedMixedForm(Boolean containedMixedForm)
Deprecated.
Always false.
|
void |
setDisplayedContentWithCertErrors(Boolean displayedContentWithCertErrors)
Deprecated.
Always false.
|
void |
setDisplayedInsecureContentStyle(SecurityState displayedInsecureContentStyle)
Deprecated.
Always set to unknown.
|
void |
setDisplayedMixedContent(Boolean displayedMixedContent)
Deprecated.
Always false.
|
void |
setRanContentWithCertErrors(Boolean ranContentWithCertErrors)
Deprecated.
Always false.
|
void |
setRanInsecureContentStyle(SecurityState ranInsecureContentStyle)
Deprecated.
Always set to unknown.
|
void |
setRanMixedContent(Boolean ranMixedContent)
Deprecated.
Always false.
|
public Boolean getRanMixedContent()
public void setRanMixedContent(Boolean ranMixedContent)
public Boolean getDisplayedMixedContent()
public void setDisplayedMixedContent(Boolean displayedMixedContent)
public Boolean getContainedMixedForm()
public void setContainedMixedForm(Boolean containedMixedForm)
public Boolean getRanContentWithCertErrors()
public void setRanContentWithCertErrors(Boolean ranContentWithCertErrors)
public Boolean getDisplayedContentWithCertErrors()
public void setDisplayedContentWithCertErrors(Boolean displayedContentWithCertErrors)
public SecurityState getRanInsecureContentStyle()
public void setRanInsecureContentStyle(SecurityState ranInsecureContentStyle)
public SecurityState getDisplayedInsecureContentStyle()
public void setDisplayedInsecureContentStyle(SecurityState displayedInsecureContentStyle)
Copyright © 2020. All rights reserved.