public class MixedContentIssueDetails extends Object
| Constructor and Description |
|---|
MixedContentIssueDetails() |
| Modifier and Type | Method and Description |
|---|---|
AffectedFrame |
getFrame()
Optional because not every mixed content issue is necessarily linked to a frame.
|
String |
getInsecureURL()
The unsafe http url causing the mixed content issue.
|
String |
getMainResourceURL()
The url responsible for the call to an unsafe url.
|
AffectedRequest |
getRequest()
The mixed content request.
|
MixedContentResolutionStatus |
getResolutionStatus()
The way the mixed content issue is being resolved.
|
MixedContentResourceType |
getResourceType()
The type of resource causing the mixed content issue (css, js, iframe, form,...).
|
void |
setFrame(AffectedFrame frame)
Optional because not every mixed content issue is necessarily linked to a frame.
|
void |
setInsecureURL(String insecureURL)
The unsafe http url causing the mixed content issue.
|
void |
setMainResourceURL(String mainResourceURL)
The url responsible for the call to an unsafe url.
|
void |
setRequest(AffectedRequest request)
The mixed content request.
|
void |
setResolutionStatus(MixedContentResolutionStatus resolutionStatus)
The way the mixed content issue is being resolved.
|
void |
setResourceType(MixedContentResourceType resourceType)
The type of resource causing the mixed content issue (css, js, iframe, form,...).
|
public MixedContentResourceType getResourceType()
public void setResourceType(MixedContentResourceType resourceType)
public MixedContentResolutionStatus getResolutionStatus()
public void setResolutionStatus(MixedContentResolutionStatus resolutionStatus)
public String getInsecureURL()
public void setInsecureURL(String insecureURL)
public String getMainResourceURL()
public void setMainResourceURL(String mainResourceURL)
public AffectedRequest getRequest()
public void setRequest(AffectedRequest request)
public AffectedFrame getFrame()
public void setFrame(AffectedFrame frame)
Copyright © 2021 Kenan Klisura. All rights reserved.