public class License
extends java.lang.Object
| Constructor and Description |
|---|
License() |
| Modifier and Type | Method and Description |
|---|---|
Response |
createUserList(java.util.List<UserList> l)
Upload a user list to the server.
|
Response |
deleteUserlist()
Delete the user list from the server.
|
Response |
getLicense()
Get the saiku
|
Response |
getUserlist()
Get the current user list from the server.
|
Response |
getUserQuota()
Get the user quota for existing users with no license
|
Response |
saveLicense(java.io.InputStream is)
Upload a new license to the Saiku server.
|
Response |
updateUserList(java.util.List<UserList> l)
Update the list of users with new users.
|
Response |
validateLicense()
Validate the license installed on the server.
|
public Response getLicense()
public Response saveLicense(java.io.InputStream is)
is - A license encapsulated in an input streampublic Response validateLicense()
public Response getUserlist()
public Response createUserList(java.util.List<UserList> l)
l - A List of UserList objectspublic Response updateUserList(java.util.List<UserList> l)
l - A list of UserList objectspublic Response deleteUserlist()
public Response getUserQuota()