Class TestkitCookieResource
java.lang.Object
com.atlassian.crowd.plugins.testkit.rest.TestkitCookieResource
@Named
@Produces("application/json")
@Consumes("application/json")
@Path("/cookie")
public class TestkitCookieResource
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
javax.ws.rs.core.Response
updateConfiguration
(CookieConfigEntity cookieConfigEntity)
-
Constructor Details
-
TestkitCookieResource
-
-
Method Details
-
getConfiguration
@GET public javax.ws.rs.core.Response getConfiguration() -
updateConfiguration
-