Class SessionCookieSameSiteIT

java.lang.Object
org.camunda.bpm.AbstractWebIntegrationTest
org.camunda.bpm.SessionCookieSameSiteIT

public class SessionCookieSameSiteIT extends AbstractWebIntegrationTest
  • Constructor Details

    • SessionCookieSameSiteIT

      public SessionCookieSameSiteIT()
  • Method Details

    • createClient

      public void createClient() throws Exception
      Throws:
      Exception
    • shouldCheckPresenceOfSameSiteProperties

      public void shouldCheckPresenceOfSameSiteProperties()
    • isCookieHeaderValuePresent

      protected boolean isCookieHeaderValuePresent(String expectedHeaderValue, kong.unirest.HttpResponse<String> response)