Package org.camunda.bpm
Class SessionCookieSameSiteIT
java.lang.Object
org.camunda.bpm.AbstractWebIntegrationTest
org.camunda.bpm.SessionCookieSameSiteIT
-
Field Summary
Fields inherited from class org.camunda.bpm.AbstractWebIntegrationTest
appBasePath, appUrl, COOKIE_HEADER, csrfToken, HOST_NAME, httpPort, JSESSIONID_IDENTIFIER, service, sessionId, TASKLIST_PATH, testProperties, X_XSRF_TOKEN_HEADER, XSRF_TOKEN_IDENTIFIER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected boolean
isCookieHeaderValuePresent
(String expectedHeaderValue, kong.unirest.HttpResponse<String> response) void
Methods inherited from class org.camunda.bpm.AbstractWebIntegrationTest
before, createClient, createCookieHeader, createCookieHeader, getCookie, getCookieHeaders, getCookieValue, getCookieValue, getRestCtxPath, getTokens, getWebappCtxPath, getXsrfCookieValue, getXsrfTokenHeader, preventRaceConditions, setUpClass
-
Constructor Details
-
SessionCookieSameSiteIT
public SessionCookieSameSiteIT()
-
-
Method Details
-
createClient
- Throws:
Exception
-
shouldCheckPresenceOfSameSiteProperties
public void shouldCheckPresenceOfSameSiteProperties() -
isCookieHeaderValuePresent
-