Interface ConfigurationService


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

      • getProperties

        @GET
        @Path("properties")
        java.util.Map<java.lang.String,​java.lang.String> getProperties()
      • getLicenseInfo

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