Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.rest.activeconnection | |
org.glyptodon.guacamole.net.basic.rest.user |
Classes related to the user manipulation aspect of the Guacamole REST API.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveConnectionRESTService.patchTunnels(String authToken,
String authProviderIdentifier,
List<APIPatch<String>> patches)
Applies the given active connection patches.
|
Modifier and Type | Method and Description |
---|---|
void |
UserRESTService.patchPermissions(String authToken,
String authProviderIdentifier,
String username,
List<APIPatch<String>> patches)
Applies a given list of permission patches.
|
Copyright © 2016. All rights reserved.