-
public final class ContentSecurityPolicyIssueDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final StringblockedURLprivate final StringviolatedDirectiveprivate final BooleanisReportOnlyprivate final ContentSecurityPolicyViolationTypecontentSecurityPolicyViolationTypeprivate final AffectedFrameframeAncestorprivate final SourceCodeLocationsourceCodeLocationprivate final IntegerviolatingNodeId
-
Constructor Summary
Constructors Constructor Description ContentSecurityPolicyIssueDetails(String blockedURL, String violatedDirective, Boolean isReportOnly, ContentSecurityPolicyViolationType contentSecurityPolicyViolationType, AffectedFrame frameAncestor, SourceCodeLocation sourceCodeLocation, Integer violatingNodeId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Booleancomponent3()final ContentSecurityPolicyViolationTypecomponent4()final AffectedFramecomponent5()final SourceCodeLocationcomponent6()final Integercomponent7()final ContentSecurityPolicyIssueDetailscopy(String blockedURL, String violatedDirective, Boolean isReportOnly, ContentSecurityPolicyViolationType contentSecurityPolicyViolationType, AffectedFrame frameAncestor, SourceCodeLocation sourceCodeLocation, Integer violatingNodeId)final StringgetBlockedURL()The url not included in allowed sources. final StringgetViolatedDirective()Specific directive that is violated, causing the CSP issue. final BooleangetIsReportOnly()final ContentSecurityPolicyViolationTypegetContentSecurityPolicyViolationType()final AffectedFramegetFrameAncestor()final SourceCodeLocationgetSourceCodeLocation()final IntegergetViolatingNodeId()-
-
Constructor Detail
-
ContentSecurityPolicyIssueDetails
ContentSecurityPolicyIssueDetails(String blockedURL, String violatedDirective, Boolean isReportOnly, ContentSecurityPolicyViolationType contentSecurityPolicyViolationType, AffectedFrame frameAncestor, SourceCodeLocation sourceCodeLocation, Integer violatingNodeId)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Boolean component3()
-
component4
final ContentSecurityPolicyViolationType component4()
-
component5
final AffectedFrame component5()
-
component6
final SourceCodeLocation component6()
-
component7
final Integer component7()
-
copy
final ContentSecurityPolicyIssueDetails copy(String blockedURL, String violatedDirective, Boolean isReportOnly, ContentSecurityPolicyViolationType contentSecurityPolicyViolationType, AffectedFrame frameAncestor, SourceCodeLocation sourceCodeLocation, Integer violatingNodeId)
-
getBlockedURL
final String getBlockedURL()
The url not included in allowed sources.
-
getViolatedDirective
final String getViolatedDirective()
Specific directive that is violated, causing the CSP issue.
-
getIsReportOnly
final Boolean getIsReportOnly()
-
getContentSecurityPolicyViolationType
final ContentSecurityPolicyViolationType getContentSecurityPolicyViolationType()
-
getFrameAncestor
final AffectedFrame getFrameAncestor()
-
getSourceCodeLocation
final SourceCodeLocation getSourceCodeLocation()
-
getViolatingNodeId
final Integer getViolatingNodeId()
-
-
-
-