mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-363: Remove unused properties.
This commit is contained in:
@@ -105,32 +105,6 @@ public class SQLServerGuacamoleProperties {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether or not multiple users accessing the same connection at the same
|
|
||||||
* time should be disallowed.
|
|
||||||
*/
|
|
||||||
public static final BooleanGuacamoleProperty
|
|
||||||
SQLSERVER_DISALLOW_SIMULTANEOUS_CONNECTIONS =
|
|
||||||
new BooleanGuacamoleProperty() {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getName() { return "sqlserver-disallow-simultaneous-connections"; }
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether or not the same user accessing the same connection or connection
|
|
||||||
* group at the same time should be disallowed.
|
|
||||||
*/
|
|
||||||
public static final BooleanGuacamoleProperty
|
|
||||||
SQLSERVER_DISALLOW_DUPLICATE_CONNECTIONS =
|
|
||||||
new BooleanGuacamoleProperty() {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getName() { return "sqlserver-disallow-duplicate-connections"; }
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The maximum number of concurrent connections to allow overall. Zero
|
* The maximum number of concurrent connections to allow overall. Zero
|
||||||
* denotes unlimited.
|
* denotes unlimited.
|
||||||
|
Reference in New Issue
Block a user