Package edu.uiuc.ncsa.sas.webclient
Class WebClientConfig
- java.lang.Object
-
- edu.uiuc.ncsa.sas.webclient.WebClientConfig
-
public class WebClientConfig extends Object
Configure the SAS web client. This reads/writes the configuration file (very simple XML). It takes an optional existing file as the argument.Created by Jeff Gaynor
on 8/26/22 at 6:15 AM
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_CLIENT_ID
static String
CONFIG_HOST
static String
CONFIG_PRIVATE_KEY
static String
CONFIG_TR_DN
static String
CONFIG_TR_FILE
static String
CONFIG_TR_PASSWORD
static String
CONFIG_TR_TYPE
-
Constructor Summary
Constructors Constructor Description WebClientConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponent
$$$getRootComponent$$$()
protected File
chooseFile()
protected void
init()
static void
main(String[] args)
protected void
setValue(XMLMap map, String key, String value)
-
-
-
Field Detail
-
CONFIG_CLIENT_ID
public static final String CONFIG_CLIENT_ID
- See Also:
- Constant Field Values
-
CONFIG_PRIVATE_KEY
public static final String CONFIG_PRIVATE_KEY
- See Also:
- Constant Field Values
-
CONFIG_TR_FILE
public static final String CONFIG_TR_FILE
- See Also:
- Constant Field Values
-
CONFIG_TR_PASSWORD
public static final String CONFIG_TR_PASSWORD
- See Also:
- Constant Field Values
-
CONFIG_TR_TYPE
public static final String CONFIG_TR_TYPE
- See Also:
- Constant Field Values
-
CONFIG_TR_DN
public static final String CONFIG_TR_DN
- See Also:
- Constant Field Values
-
CONFIG_HOST
public static final String CONFIG_HOST
- See Also:
- Constant Field Values
-
-
Method Detail
-
$$$getRootComponent$$$
public JComponent $$$getRootComponent$$$()
-
chooseFile
protected File chooseFile()
-
-