Class TestkitSystemPropertiesResource
java.lang.Object
com.atlassian.crowd.plugins.testkit.rest.TestkitSystemPropertiesResource
@Named
@Produces("application/json")
@Consumes("application/json")
@Path("/system-properties")
public class TestkitSystemPropertiesResource
extends Object
Allows modifying system properties of Crowd Application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
getProperty
(String key) javax.ws.rs.core.Response
javax.ws.rs.core.Response
isCrowd()
javax.ws.rs.core.Response
mergeSystemProperties
(Map<String, String> properties)
-
Constructor Details
-
TestkitSystemPropertiesResource
public TestkitSystemPropertiesResource()
-
-
Method Details
-
getSystemProperties
@GET public javax.ws.rs.core.Response getSystemProperties() -
mergeSystemProperties
-
getProperty
-
isCrowd
@GET @Path("/default_crowd_value") public javax.ws.rs.core.Response isCrowd()
-