public interface ServiceAccessRightManagementClient extends ServiceClient
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
deleteAccessRight(String userId,
String serviceId) |
AccessRight |
getMyAccessRight(String serviceId) |
AccessRightSearchResult |
searchAccessRights(int startIndex,
int maxCount,
String userId,
String serviceId,
Order[] orders) |
void |
setAccessRight(String userId,
String serviceId,
boolean permitted) |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
void clear() throws LangridException
LangridException
AccessRightSearchResult searchAccessRights(int startIndex, int maxCount, String userId, String serviceId, Order[] orders) throws LangridException
LangridException
AccessRight getMyAccessRight(String serviceId) throws LangridException
LangridException
void setAccessRight(String userId, String serviceId, boolean permitted) throws LangridException
LangridException
void deleteAccessRight(String userId, String serviceId) throws LangridException
LangridException