|
Change Variable Type model : ParameterModel to model : ConnectionParameterModel in method private getParameterModels(connection ModeledConnection) : Collection<ConnectionParameterModel> in class org.apache.guacamole.auth.jdbc.connection.ConnectionService |
From |
To |
|
Change Variable Type parameter : ParameterModel to parameter : ConnectionParameterModel in method public retrieveParameters(user AuthenticatedUser, identifier String) : Map<String,String> in class org.apache.guacamole.auth.jdbc.connection.ConnectionService |
From |
To |
|
Change Variable Type parameterModels : Collection<ParameterModel> to parameterModels : Collection<ConnectionParameterModel> in method private getParameterModels(connection ModeledConnection) : Collection<ConnectionParameterModel> in class org.apache.guacamole.auth.jdbc.connection.ConnectionService |
From |
To |
|
Change Variable Type parameter : ParameterModel to parameter : ConnectionParameterModel in method private getGuacamoleConfiguration(user AuthenticatedUser, connection ModeledConnection) : GuacamoleConfiguration in class org.apache.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService |
From |
To |
|
Change Variable Type parameters : Collection<ParameterModel> to parameters : Collection<ConnectionParameterModel> in method private getGuacamoleConfiguration(user AuthenticatedUser, connection ModeledConnection) : GuacamoleConfiguration in class org.apache.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService |
From |
To |
|
Change Variable Type parameterModels : Collection<ParameterModel> to parameterModels : Collection<ConnectionParameterModel> in method public createObject(user AuthenticatedUser, object Connection) : ModeledConnection in class org.apache.guacamole.auth.jdbc.connection.ConnectionService |
From |
To |
|
Change Variable Type parameterModels : Collection<ParameterModel> to parameterModels : Collection<ConnectionParameterModel> in method public updateObject(user AuthenticatedUser, object ModeledConnection) : void in class org.apache.guacamole.auth.jdbc.connection.ConnectionService |
From |
To |