Package org.camunda.bpm
Class SessionCookieSameSiteIT
- java.lang.Object
- 
- org.camunda.bpm.AbstractWebIntegrationTest
- 
- org.camunda.bpm.SessionCookieSameSiteIT
 
 
- 
 public class SessionCookieSameSiteIT extends AbstractWebIntegrationTest 
- 
- 
Field Summary- 
Fields inherited from class org.camunda.bpm.AbstractWebIntegrationTestappBasePath, appUrl, client, COOKIE_HEADER, csrfToken, HOST_NAME, httpPort, JSESSIONID_IDENTIFIER, service, sessionId, TASKLIST_PATH, testProperties, testUtil, X_XSRF_TOKEN_HEADER, XSRF_TOKEN_IDENTIFIER
 
- 
 - 
Constructor SummaryConstructors Constructor Description SessionCookieSameSiteIT()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateClient()protected booleanisCookieHeaderValuePresent(java.lang.String expectedHeaderValue, com.sun.jersey.api.client.ClientResponse response)voidshouldCheckPresenceOfSameSiteProperties()- 
Methods inherited from class org.camunda.bpm.AbstractWebIntegrationTestbefore, createClient, createCookieHeader, createCookieHeader, destroyClient, getCookie, getCookieHeaders, getCookieValue, getCookieValue, getRestCtxPath, getTokens, getWebappCtxPath, getXsrfCookieValue, getXsrfTokenHeader, preventRaceConditions
 
- 
 
- 
- 
- 
Method Detail- 
createClientpublic void createClient() throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
shouldCheckPresenceOfSameSitePropertiespublic void shouldCheckPresenceOfSameSiteProperties() 
 - 
isCookieHeaderValuePresentprotected boolean isCookieHeaderValuePresent(java.lang.String expectedHeaderValue, com.sun.jersey.api.client.ClientResponse response)
 
- 
 
-