| | |
| | | import org.opends.admin.ads.SuffixDescriptor; |
| | | import org.opends.quicksetup.ui.*; |
| | | import org.opends.quicksetup.util.Utils; |
| | | import org.opends.quicksetup.util.InProcessServerController; |
| | | import org.opends.quicksetup.*; |
| | | import org.opends.server.util.CertificateManager; |
| | | import org.opends.quicksetup.installer.ui.DataOptionsPanel; |
| | |
| | | } |
| | | if (startedServer) |
| | | { |
| | | getServerController().stopServerInProcess(); |
| | | new InProcessServerController(getInstallation()).stopServer(); |
| | | } |
| | | } |
| | | } |
| | |
| | | * panel and update the UserInstallData object according to that content. |
| | | * |
| | | * @throws |
| | | * UserInstallDataException if the data provided by the user is not |
| | | * UserDataException if the data provided by the user is not |
| | | * valid. |
| | | * |
| | | */ |
| | |
| | | * panel and update the UserInstallData object according to that content. |
| | | * |
| | | * @throws |
| | | * UserInstallDataException if the data provided by the user is not |
| | | * UserDataException if the data provided by the user is not |
| | | * valid. |
| | | * |
| | | */ |
| | |
| | | * Validate the data provided by the user in the new suffix data options panel |
| | | * and update the UserInstallData object according to that content. |
| | | * |
| | | * @throws UserInstallDataException if the data provided by the user is not |
| | | * @throws UserDataException if the data provided by the user is not |
| | | * valid. |
| | | * |
| | | */ |