@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class InfoBarriersApi extends Object
| Constructor and Description |
|---|
InfoBarriersApi() |
InfoBarriersApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
BulkActionResult |
v1AdminGroupGidMembershipAddPost(String gid,
String sessionToken,
IntegerList users)
Add members to an Information Barrier group.
|
IntegerList |
v1AdminGroupGidMembershipListGet(String gid,
String sessionToken)
Get the list of userids in this Information Barrier Group
|
BulkActionResult |
v1AdminGroupGidMembershipRemovePost(String gid,
String sessionToken,
IntegerList users)
Remove members from an Information Barrier group
|
GroupList |
v1AdminGroupListGet(String sessionToken)
Get a list of all Information Barrier Groups
|
PolicyList |
v1AdminPolicyListGet(String sessionToken)
Get all Information Policies
|
public InfoBarriersApi()
public InfoBarriersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public BulkActionResult v1AdminGroupGidMembershipAddPost(String gid, String sessionToken, IntegerList users) throws ApiException
gid - URL-Safe encoded Group ID (required)sessionToken - Session authentication token. (required)users - (required)ApiException - if fails to make API callpublic IntegerList v1AdminGroupGidMembershipListGet(String gid, String sessionToken) throws ApiException
gid - URL-Safe encoded Group ID (required)sessionToken - Session authentication token. (required)ApiException - if fails to make API callpublic BulkActionResult v1AdminGroupGidMembershipRemovePost(String gid, String sessionToken, IntegerList users) throws ApiException
gid - URL-Safe encoded Group ID (required)sessionToken - Session authentication token. (required)users - (required)ApiException - if fails to make API callpublic GroupList v1AdminGroupListGet(String sessionToken) throws ApiException
sessionToken - Session authentication token. (required)ApiException - if fails to make API callpublic PolicyList v1AdminPolicyListGet(String sessionToken) throws ApiException
sessionToken - Session authentication token. (required)ApiException - if fails to make API callCopyright © 2018 Symphony Software Foundation. All rights reserved.