Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.rest.connectiongroup |
Classes related to the connection group manipulation aspect
of the Guacamole REST API.
|
Modifier and Type | Method and Description |
---|---|
APIConnectionGroup |
ConnectionGroupRESTService.getConnectionGroup(String authToken,
String authProviderIdentifier,
String connectionGroupID)
Gets an individual connection group.
|
APIConnectionGroup |
ConnectionGroupRESTService.getConnectionGroupTree(String authToken,
String authProviderIdentifier,
String connectionGroupID,
List<ObjectPermission.Type> permissions)
Gets an individual connection group and all children.
|
APIConnectionGroup |
ConnectionGroupTree.getRootAPIConnectionGroup()
Returns the entire connection group tree as an APIConnectionGroup.
|
Modifier and Type | Method and Description |
---|---|
Collection<APIConnectionGroup> |
APIConnectionGroup.getChildConnectionGroups()
Returns a collection of all child connection groups, or null if children
have not been queried.
|
Modifier and Type | Method and Description |
---|---|
String |
ConnectionGroupRESTService.createConnectionGroup(String authToken,
String authProviderIdentifier,
APIConnectionGroup connectionGroup)
Creates a new connection group and returns the identifier of the new connection group.
|
void |
ConnectionGroupRESTService.updateConnectionGroup(String authToken,
String authProviderIdentifier,
String connectionGroupID,
APIConnectionGroup connectionGroup)
Updates a connection group.
|
Modifier and Type | Method and Description |
---|---|
void |
APIConnectionGroup.setChildConnectionGroups(Collection<APIConnectionGroup> childConnectionGroups)
Sets the collection of all child connection groups to the given
collection, which may be null if children have not been queried.
|
Constructor and Description |
---|
APIConnectionGroupWrapper(APIConnectionGroup apiConnectionGroup)
Create a new APIConnectionGroupWrapper to wrap the given
APIConnectionGroup as a ConnectionGroup.
|
Copyright © 2017. All rights reserved.