Interface ConfigurationService


@Path("/internal/configuration") @Produces({"application/xml","application/json"}) public interface ConfigurationService
  • Method Details

    • getProperties

      @GET @Path("properties") Map<String,String> getProperties()
    • getLicenseInfo

      @GET @Path("license-info") LicenseDto getLicenseInfo()