Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.rest.connection |
Classes related to the connection manipulation aspect of the Guacamole REST API.
|
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 |
---|---|
APIConnection |
ConnectionRESTService.getConnection(String authToken,
String authProviderIdentifier,
String connectionID)
Retrieves an individual connection.
|
Modifier and Type | Method and Description |
---|---|
String |
ConnectionRESTService.createConnection(String authToken,
String authProviderIdentifier,
APIConnection connection)
Creates a new connection and returns the identifier of the new
connection.
|
void |
ConnectionRESTService.updateConnection(String authToken,
String authProviderIdentifier,
String connectionID,
APIConnection connection)
Updates an existing connection.
|
Constructor and Description |
---|
APIConnectionWrapper(APIConnection apiConnection)
Creates a new APIConnectionWrapper which wraps the given APIConnection
as a Connection.
|
Modifier and Type | Method and Description |
---|---|
Collection<APIConnection> |
APIConnectionGroup.getChildConnections()
Returns a collection of all child connections, or null if children have
not been queried.
|
Modifier and Type | Method and Description |
---|---|
void |
APIConnectionGroup.setChildConnections(Collection<APIConnection> childConnections)
Sets the collection of all child connections to the given collection,
which may be null if children have not been queried.
|
Copyright © 2017. All rights reserved.