mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
23.33.2015 8580ea28b6c51bae82d5998aac13609f3172df20
refs
author Gaetan Boismal <gaetan.boismal@forgerock.com>
Monday, March 23, 2015 15:33 +0100
committer Gaetan Boismal <gaetan.boismal@forgerock.com>
Monday, March 23, 2015 15:33 +0100
commit8580ea28b6c51bae82d5998aac13609f3172df20
tree 76b1999eb04d6f8f7429f24dfcc08e33b06dcc88 tree | zip | gz
parent 28247f92acd481742e0d4baa1b90c1c73efecda6 view | diff
OPENDJ-1714: Code cleanup

* Installer.java
** Formats code
** Splits createData(..) and configureServer(..) method
** Extracts methods configureCertificate(SecurityOptions), configureKeyAndTrustStore(...), configureTrustStore(...)
** Creates static final String for the userRoot backendName
** Removes getBackendName() method
** Reorganizes static and instance attribute declarations

* InstallDS.java
** Formats code

* NewSuffixOptions.java
** Add a method to convert enum local type to InstallprogressStep

* SetupUtils.java
** Merged method exportCertificate(CertificateManager, String) with exportCertificate(CertificateManager, String, String)
4 files modified
922 ■■■■■ changed files
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java 507 ●●●●● diff | view | raw | blame | history
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/NewSuffixOptions.java 24 ●●●●● diff | view | raw | blame | history
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDS.java 319 ●●●● diff | view | raw | blame | history
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/server/util/SetupUtils.java 72 ●●●● diff | view | raw | blame | history