Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/353#discussion_r245858540
--- 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.
+ */
+ public GuacamoleProxyConfiguration getGuacamoleProxyConfiguration()
--- End diff --
Okay, I've removed this entirely from the interfaces and abstracts.
---