Package org.camunda.bpm
Class HttpHeaderSecurityIT
- java.lang.Object
-
- org.camunda.bpm.AbstractWebIntegrationTest
-
- org.camunda.bpm.HttpHeaderSecurityIT
-
public class HttpHeaderSecurityIT extends AbstractWebIntegrationTest
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.AbstractWebIntegrationTest
APP_BASE_PATH, appUrl, client, connection, defaultHttpClient, HOST_NAME, httpPort, service, TASKLIST_PATH, testProperties, testUtil
-
-
Constructor Summary
Constructors Constructor Description HttpHeaderSecurityIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createClient()
protected boolean
isHeaderPresent(java.lang.String expectedName, java.lang.String expectedValue, com.sun.jersey.api.client.ClientResponse response)
void
shouldCheckAbsenceOfHsts()
void
shouldCheckPresenceOfContentSecurityPolicyHeader()
void
shouldCheckPresenceOfContentTypeOptions()
void
shouldCheckPresenceOfXssProtectionHeader()
-
Methods inherited from class org.camunda.bpm.AbstractWebIntegrationTest
before, createClient, destroyClient, getCookieHeaders, getCookieValue, getHeaders, getRestCtxPath, getWebappCtxPath, getXsrfCookieValue, getXsrfTokenHeader, performRequest, preventRaceConditions
-
-
-
-
Method Detail
-
createClient
public void createClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldCheckPresenceOfXssProtectionHeader
public void shouldCheckPresenceOfXssProtectionHeader()
-
shouldCheckPresenceOfContentSecurityPolicyHeader
public void shouldCheckPresenceOfContentSecurityPolicyHeader()
-
shouldCheckPresenceOfContentTypeOptions
public void shouldCheckPresenceOfContentTypeOptions()
-
shouldCheckAbsenceOfHsts
public void shouldCheckAbsenceOfHsts()
-
isHeaderPresent
protected boolean isHeaderPresent(java.lang.String expectedName, java.lang.String expectedValue, com.sun.jersey.api.client.ClientResponse response)
-
-