Package | Description |
---|---|
org.glyptodon.guacamole.environment | |
org.glyptodon.guacamole.net.basic.rest.schema |
Classes related to the self-description of the Guacamole REST API, such as
the attributes or parameters applicable to specific objects.
|
Modifier and Type | Method and Description |
---|---|
ProtocolInfo |
LocalEnvironment.getProtocol(String name) |
ProtocolInfo |
Environment.getProtocol(String name)
Returns the protocol having the given name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolInfo> |
LocalEnvironment.getProtocols() |
Map<String,ProtocolInfo> |
Environment.getProtocols()
Returns a map of all available protocols, where each key is the name of
that protocol as would be passed to guacd during connection.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ProtocolInfo> |
SchemaRESTService.getProtocols(String authToken,
String authProviderIdentifier)
Gets a map of protocols defined in the system - protocol name to protocol.
|
Copyright © 2017. All rights reserved.