java.lang.Object
net.datenwerke.rs.saiku.server.rest.resources.License
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class License extends Object
Saiku license information resource.
Since:
3.0
  • Constructor Details

    • License

      public License()
  • Method Details

    • getLicense

      public Response getLicense()
      Get the saiku
    • saveLicense

      public Response saveLicense(InputStream is)
      Upload a new license to the Saiku server.
    • validateLicense

      public Response validateLicense()
      Validate the license installed on the server.
    • getUserlist

      public Response getUserlist()
      Get the current user list from the server.
    • createUserList

      public Response createUserList(List<UserList> l)
      Upload a user list to the server.
    • updateUserList

      public Response updateUserList(List<UserList> l)
      Update the list of users with new users.
    • deleteUserlist

      public Response deleteUserlist()
      Delete the user list from the server.
    • getUserQuota

      public Response getUserQuota()
      Get the user quota for existing users with no license
      Returns:
      a list of user quota.