| | |
| | | private UninstallData conf; |
| | | private String replicationServerHostPort; |
| | | private TopologyCache lastLoadedCache; |
| | | private ApplicationTrustManager trustManager = |
| | | new ApplicationTrustManager(null); |
| | | |
| | | /** |
| | | * Default constructor. |
| | |
| | | */ |
| | | public UserData createUserData(Launcher launcher) |
| | | throws UserDataException { |
| | | return cliHelper.createUserData(launcher.getArguments()); |
| | | return cliHelper.createUserData(launcher.getArgumentParser(), |
| | | launcher.getArguments(), getTrustManager()); |
| | | } |
| | | |
| | | /** |
| | |
| | | { |
| | | if (loginDialog == null) |
| | | { |
| | | loginDialog = new LoginDialog(qs.getDialog().getFrame(), trustManager); |
| | | loginDialog = new LoginDialog(qs.getDialog().getFrame(), |
| | | getTrustManager()); |
| | | loginDialog.pack(); |
| | | } |
| | | Utilities.centerOnComponent(loginDialog, qs.getDialog().getFrame()); |