mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07: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;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getConnectionID() {
|
||||
return connectionModel.getIdentifier();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setConnectionID(String connectionID) {
|
||||
throw new UnsupportedOperationException("The ID of this GuacamoleConfiguration is immutable.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getProtocol() {
|
||||
return connectionModel.getProtocol();
|
||||
|
Reference in New Issue
Block a user