Class AbstractWebIntegrationTest

    • Constructor Detail

      • AbstractWebIntegrationTest

        public AbstractWebIntegrationTest()
    • Method Detail

      • destroyClient

        public void destroyClient()
      • getTokens

        protected void getTokens()
      • getCookieHeaders

        protected List<String> getCookieHeaders​(com.sun.jersey.api.client.ClientResponse response)
      • createCookieHeader

        protected String createCookieHeader()
      • createCookieHeader

        protected String createCookieHeader​(String csrf,
                                            String session)
      • getXsrfTokenHeader

        protected String getXsrfTokenHeader​(com.sun.jersey.api.client.ClientResponse response)
      • getXsrfCookieValue

        protected String getXsrfCookieValue​(com.sun.jersey.api.client.ClientResponse response)
      • getCookieValue

        protected String getCookieValue​(com.sun.jersey.api.client.ClientResponse response,
                                        String cookieName)
      • getWebappCtxPath

        protected String getWebappCtxPath()
      • getRestCtxPath

        protected String getRestCtxPath()