mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-5: ActiveConnections should be Shareable, to allow sharing links to be generated based on a SharingProfile.
This commit is contained in:
@@ -28,7 +28,7 @@ import org.apache.guacamole.net.GuacamoleTunnel;
|
|||||||
*
|
*
|
||||||
* @author Michael Jumper
|
* @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
|
* Returns the identifier of the connection being actively used. Unlike the
|
||||||
|
Reference in New Issue
Block a user