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:
Michael Jumper
2015-02-24 17:47:48 -08:00
parent 1430c9ce3a
commit a797dd8a45

View File

@@ -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();