mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1101: The connection ID is _NOT_ the connection identifier. It's the unique ID assigned by guacd for the sake of screen sharing.
This commit is contained in:
@@ -81,16 +81,6 @@ public class MySQLGuacamoleConfiguration extends GuacamoleConfiguration {
|
|||||||
this.connectionModel = connectionModel;
|
this.connectionModel = connectionModel;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getConnectionID() {
|
|
||||||
return connectionModel.getIdentifier();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setConnectionID(String connectionID) {
|
|
||||||
throw new UnsupportedOperationException("The ID of this GuacamoleConfiguration is immutable.");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getProtocol() {
|
public String getProtocol() {
|
||||||
return connectionModel.getProtocol();
|
return connectionModel.getProtocol();
|
||||||
|
Reference in New Issue
Block a user