Class | Description |
---|---|
ACL | |
AddGroupMembersCommand |
Adds a set of principals to a security group.
|
CreateContainerCommand |
Create a container (project/folder/workbook) on the server
User: jeckels
Date: Jul 20, 2012
|
CreateContainerResponse |
User: jeckels
Date: Jul 20, 2012
|
CreateGroupCommand |
Creates a new user group.
|
CreateGroupResponse | |
CreateUserCommand |
Create a new user account on the server.
|
CreateUserResponse | |
DeleteContainerCommand |
Delete a container (project/folder/workbook) and all of its children.
|
DeleteContainerResponse |
Response from a DeleteContainerResponse.
|
DeleteGroupCommand |
Deletes the existing group corresponding to the group id.
|
DeleteUserCommand |
Deletes existing users based on userIds
If it executed without exception, the users have been deleted
|
EnsureLoginCommand |
Simply ensures that the connection is associated with an authenticated user.
|
GetContainersCommand | |
GetContainersResponse | |
GetGroupPermsCommand | |
GetGroupPermsResponse | |
GetUsersCommand |
Returns a list of users given selection criteria.
|
GetUsersResponse |
The result of a GetUsersCommand request.
|
GetUsersResponse.UserInfo |
Information about a single user that matched the request
|
GroupMembersCommand |
Base class for AddGroupMembersCommand and RemoveGroupMembersCommand
|
RemoveGroupMembersCommand |
Removes a set of principals from a security group.
|
RenameGroupCommand |
Renames an existing group.
|
RenameGroupResponse |