Class License
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.
Saiku license information resource.
- Since:
- 3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResponseUpload a user list to the server.ResponseDelete the user list from the server.ResponseGet the saikuResponseGet the current user list from the server.ResponseGet the user quota for existing users with no licenseResponseUpload a new license to the Saiku server.ResponseUpdate the list of users with new users.ResponseValidate the license installed on the server.
-
Constructor Details
-
License
public License()
-
-
Method Details
-
getLicense
public Response getLicense()Get the saiku -
saveLicense
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
Upload a user list to the server. -
updateUserList
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.
-