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. This is the configuration that the client loads in order to connect to the server. If you are looking for the (server) admin CLI, that is inSASCommandsand is text only.Created by Jeff Gaynor
on 8/26/22 at 6:15 AM
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_CLIENT_IDstatic StringCONFIG_HOSTstatic StringCONFIG_PRIVATE_KEYstatic StringCONFIG_TR_DNstatic StringCONFIG_TR_FILEstatic StringCONFIG_TR_PASSWORDstatic StringCONFIG_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 FilechooseFile()protected voidinit()static voidmain(String[] args)protected voidsetValue(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()
-
-