Package io.webfolder.cdp.type.audits
Class SameSiteCookieIssueDetails
java.lang.Object
io.webfolder.cdp.type.audits.SameSiteCookieIssueDetails
This information is currently necessary, as the front-end has a difficult time finding a specific
cookie. With this, we can convey specific error information without the cookie.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string.Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context.void
setCookie
(AffectedCookie cookie) If AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string.void
setCookieExclusionReasons
(List<SameSiteCookieExclusionReason> cookieExclusionReasons) void
setCookieUrl
(String cookieUrl) void
setCookieWarningReasons
(List<SameSiteCookieWarningReason> cookieWarningReasons) void
setOperation
(SameSiteCookieOperation operation) Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context.void
setRawCookieLine
(String rawCookieLine) void
setRequest
(AffectedRequest request) void
setSiteForCookies
(String siteForCookies) toString()
-
Constructor Details
-
SameSiteCookieIssueDetails
public SameSiteCookieIssueDetails()
-
-
Method Details
-
getCookie
If AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string. This hints at a problem where the cookie line is syntactically or semantically malformed in a way that no valid cookie could be created. -
setCookie
If AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string. This hints at a problem where the cookie line is syntactically or semantically malformed in a way that no valid cookie could be created. -
getRawCookieLine
-
setRawCookieLine
-
getCookieWarningReasons
-
setCookieWarningReasons
-
getCookieExclusionReasons
-
setCookieExclusionReasons
-
getOperation
Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context. -
setOperation
Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context. -
getSiteForCookies
-
setSiteForCookies
-
getCookieUrl
-
setCookieUrl
-
getRequest
-
setRequest
-
toString
-