Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/353#discussion_r245858747
--- Diff:
guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Connection.java ---
@@ -125,5 +125,17 @@
* connection.
*/
public Set<String> getSharingProfileIdentifiers() throws
GuacamoleException;
+
+ /**
+ * Get the GuacamoleProxyConfiguration for this connection.
+ *
+ * @return
+ * The GuacamoleProxyConfiguration for this connection.
+ *
+ * @throws GuacamoleException
+ * If configuration information cannot be retrieved or parsed.
--- End diff --
Pulled this out.
---