GUACAMOLE-5: ActiveConnections should be Shareable, to allow sharing links to be generated based on a SharingProfile.

This commit is contained in:
Michael Jumper
2016-07-15 13:01:59 -07:00
parent e687ed040f
commit 0a0b5000bf

View File

@@ -28,7 +28,7 @@ import org.apache.guacamole.net.GuacamoleTunnel;
*
* @author Michael Jumper
*/
public interface ActiveConnection extends Identifiable {
public interface ActiveConnection extends Identifiable, Shareable<SharingProfile> {
/**
* Returns the identifier of the connection being actively used. Unlike the