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 Details

    • TestkitSystemPropertiesResource

      public TestkitSystemPropertiesResource()
  • Method Details

    • getSystemProperties

      @GET public javax.ws.rs.core.Response getSystemProperties()
    • mergeSystemProperties

      @POST @Path("/merge") public javax.ws.rs.core.Response mergeSystemProperties(Map<String,String> properties)
    • getProperty

      @GET @Path("/{key}") public javax.ws.rs.core.Response getProperty(@PathParam("key") String key)
    • isCrowd

      @GET @Path("/default_crowd_value") public javax.ws.rs.core.Response isCrowd()