Class TestkitSystemPropertiesResource
java.lang.Object
com.atlassian.crowd.plugins.testkit.rest.TestkitSystemPropertiesResource
@Component
@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 TypeMethodDescriptionjakarta.ws.rs.core.ResponsegetProperty(String key) jakarta.ws.rs.core.Responsejakarta.ws.rs.core.ResponseisCrowd()jakarta.ws.rs.core.ResponsemergeSystemProperties(Map<String, String> properties)
-
Constructor Details
-
TestkitSystemPropertiesResource
public TestkitSystemPropertiesResource()
-
-
Method Details
-
getSystemProperties
@GET public jakarta.ws.rs.core.Response getSystemProperties() -
mergeSystemProperties
-
getProperty
-
isCrowd
@GET @Path("/default_crowd_value") public jakarta.ws.rs.core.Response isCrowd()
-