Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/353#discussion_r245753521
--- 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.
--- End diff --
There should be more to the documentation of `X.getFoo()` than "Gets the
Foo for this X". There are semantics which apply here that should be noted.
---