mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1218: Refactor guacamole-auth-json's StringListProperty into guacamole-ext.
This commit is contained in:
@@ -25,6 +25,7 @@ import java.util.Collections;
|
|||||||
import org.apache.guacamole.GuacamoleException;
|
import org.apache.guacamole.GuacamoleException;
|
||||||
import org.apache.guacamole.environment.Environment;
|
import org.apache.guacamole.environment.Environment;
|
||||||
import org.apache.guacamole.properties.ByteArrayProperty;
|
import org.apache.guacamole.properties.ByteArrayProperty;
|
||||||
|
import org.apache.guacamole.properties.StringListProperty;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Service for retrieving configuration information regarding the JSON
|
* Service for retrieving configuration information regarding the JSON
|
||||||
|
@@ -17,13 +17,12 @@
|
|||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.guacamole.auth.json;
|
package org.apache.guacamole.properties;
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
import org.apache.guacamole.GuacamoleException;
|
import org.apache.guacamole.GuacamoleException;
|
||||||
import org.apache.guacamole.properties.GuacamoleProperty;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A GuacamoleProperty whose value is a List of Strings. The string value
|
* A GuacamoleProperty whose value is a List of Strings. The string value
|
Reference in New Issue
Block a user