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, setUserIdvoid clear()
throws LangridException
LangridExceptionAccessRightSearchResult searchAccessRights(int startIndex, int maxCount, String userId, String serviceId, Order[] orders) throws LangridException
LangridExceptionAccessRight getMyAccessRight(String serviceId) throws LangridException
LangridExceptionvoid setAccessRight(String userId, String serviceId, boolean permitted) throws LangridException
LangridExceptionvoid deleteAccessRight(String userId, String serviceId) throws LangridException
LangridException